Hex Color #C39BFA - Custom Color
Color Codes
HEX
#C39BFA
RGB
rgb(195, 155, 250)
HSL
hsl(265, 90%, 79%)
CMYK
cmyk(22%, 38%, 0%, 2%)
HSV
hsv(265, 38%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.39: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: #C39BFA;
color: #C39BFA;
border-color: #C39BFA;
}
Tailwind CSS (with arbitrary values)
bg-[#C39BFA]
text-[#C39BFA]
border-[#C39BFA]
// Example usage:
<div className="bg-[#C39BFA]">