Hex Color #853EBC - Custom Color
Color Codes
HEX
#853EBC
RGB
rgb(133, 62, 188)
HSL
hsl(274, 50%, 49%)
CMYK
cmyk(29%, 67%, 0%, 26%)
HSV
hsv(274, 67%, 74%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.15:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.41: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: #853EBC;
color: #853EBC;
border-color: #853EBC;
}
Tailwind CSS (with arbitrary values)
bg-[#853EBC]
text-[#853EBC]
border-[#853EBC]
// Example usage:
<div className="bg-[#853EBC]">