Hex Color #40455E - Custom Color
Color Codes
HEX
#40455E
RGB
rgb(64, 69, 94)
HSL
hsl(230, 19%, 31%)
CMYK
cmyk(32%, 27%, 0%, 63%)
HSV
hsv(230, 32%, 37%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 9.41:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 2.23: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: #40455E;
color: #40455E;
border-color: #40455E;
}
Tailwind CSS (with arbitrary values)
bg-[#40455E]
text-[#40455E]
border-[#40455E]
// Example usage:
<div className="bg-[#40455E]">