Hex Color #8C84FD - Custom Color
Color Codes
HEX
#8C84FD
RGB
rgb(140, 132, 253)
HSL
hsl(244, 97%, 75%)
CMYK
cmyk(45%, 48%, 0%, 1%)
HSV
hsv(244, 48%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.07:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.83:1
Pass - 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: #8C84FD;
color: #8C84FD;
border-color: #8C84FD;
}
Tailwind CSS (with arbitrary values)
bg-[#8C84FD]
text-[#8C84FD]
border-[#8C84FD]
// Example usage:
<div className="bg-[#8C84FD]">