#c9baeb
a light, vivid violet · warm · closest name: plum
RGB
201, 186, 235
HSL
258°, 55%, 83%
CMYK
15, 21, 0, 8
Luminance
0.5353
Every format
| HEX | #c9baeb |
| RGB | rgb(201, 186, 235) |
| HSL | hsl(258, 55%, 83%) |
| CMYK | cmyk(15%, 21%, 0%, 8%) |
| LAB | lab(78.2 14.8 -22.4) |
| LCH | lch(78.2 26.9 303.4) |
| OKLCH | oklch(0.818 0.070 298.9) |
Copy-ready code
/* CSS */
color: #c9baeb;
background-color: #c9baeb;
/* Tailwind (arbitrary) */
class="text-[#c9baeb] bg-[#c9baeb]"
/* SCSS */
$brand: #c9baeb;
/* SwiftUI */
Color(red: 0.788, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#c9baeb")Accessibility — WCAG contrast
Aa
#c9baeb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9baeb on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green72.9%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#c9baeb text on a black background
contrast 11.71:1
Card sample
#c9baeb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9baeb;
Background color
Panel with #c9baeb background
background-color: #c9baeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9baeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9baeb; background: linear-gradient(135deg, #c9baeb, #EABAEB);