Hex Color #402E8E - Custom Color
Color Codes
HEX
#402E8E
RGB
rgb(64, 46, 142)
HSL
hsl(251, 51%, 37%)
CMYK
cmyk(55%, 68%, 0%, 44%)
HSV
hsv(251, 68%, 56%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 10.50:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.00:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #402E8E;
color: #402E8E;
border-color: #402E8E;
}
Tailwind CSS (with arbitrary values)
bg-[#402E8E]
text-[#402E8E]
border-[#402E8E]
// Example usage:
<div className="bg-[#402E8E]">