Hex Color #894FFC - Custom Color
Color Codes
HEX
#894FFC
RGB
rgb(137, 79, 252)
HSL
hsl(260, 97%, 65%)
CMYK
cmyk(46%, 69%, 0%, 1%)
HSV
hsv(260, 69%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.58:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.59: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: #894FFC;
color: #894FFC;
border-color: #894FFC;
}
Tailwind CSS (with arbitrary values)
bg-[#894FFC]
text-[#894FFC]
border-[#894FFC]
// Example usage:
<div className="bg-[#894FFC]">