Hex Color #8992CC - Custom Color
Color Codes
HEX
#8992CC
RGB
rgb(137, 146, 204)
HSL
hsl(232, 40%, 67%)
CMYK
cmyk(33%, 28%, 0%, 20%)
HSV
hsv(232, 33%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.98:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.05: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: #8992CC;
color: #8992CC;
border-color: #8992CC;
}
Tailwind CSS (with arbitrary values)
bg-[#8992CC]
text-[#8992CC]
border-[#8992CC]
// Example usage:
<div className="bg-[#8992CC]">