Hex Color #8596DD - Custom Color
Color Codes
HEX
#8596DD
RGB
rgb(133, 150, 221)
HSL
hsl(228, 56%, 69%)
CMYK
cmyk(40%, 32%, 0%, 13%)
HSV
hsv(228, 40%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.84:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.40:1
Pass - WCAG AA (Normal Text)
Pass - 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: #8596DD;
color: #8596DD;
border-color: #8596DD;
}
Tailwind CSS (with arbitrary values)
bg-[#8596DD]
text-[#8596DD]
border-[#8596DD]
// Example usage:
<div className="bg-[#8596DD]">