#ca9bdf
a light, vivid violet · warm · closest name: plum
RGB
202, 155, 223
HSL
282°, 52%, 74%
CMYK
9, 31, 0, 13
Luminance
0.4133
Every format
| HEX | #ca9bdf |
| RGB | rgb(202, 155, 223) |
| HSL | hsl(282, 52%, 74%) |
| CMYK | cmyk(9%, 31%, 0%, 13%) |
| LAB | lab(70.4 29.6 -27.8) |
| LCH | lch(70.4 40.6 316.8) |
| OKLCH | oklch(0.756 0.108 315.1) |
Copy-ready code
/* CSS */
color: #ca9bdf;
background-color: #ca9bdf;
/* Tailwind (arbitrary) */
class="text-[#ca9bdf] bg-[#ca9bdf]"
/* SCSS */
$brand: #ca9bdf;
/* SwiftUI */
Color(red: 0.792, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#ca9bdf")Accessibility — WCAG contrast
Aa
#ca9bdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca9bdf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green60.8%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ca9bdf text on a black background
contrast 9.27:1
Card sample
#ca9bdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca9bdf;
Background color
Panel with #ca9bdf background
background-color: #ca9bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca9bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca9bdf; background: linear-gradient(135deg, #ca9bdf, #DF9BC7);