#c9abeb
a light, vivid violet · warm · closest name: plum
RGB
201, 171, 235
HSL
268°, 62%, 80%
CMYK
15, 27, 0, 8
Luminance
0.4754
Every format
| HEX | #c9abeb |
| RGB | rgb(201, 171, 235) |
| HSL | hsl(268, 62%, 80%) |
| CMYK | cmyk(15%, 27%, 0%, 8%) |
| LAB | lab(74.5 23.0 -28.0) |
| LCH | lch(74.5 36.2 309.3) |
| OKLCH | oklch(0.789 0.095 305.7) |
Copy-ready code
/* CSS */
color: #c9abeb;
background-color: #c9abeb;
/* Tailwind (arbitrary) */
class="text-[#c9abeb] bg-[#c9abeb]"
/* SCSS */
$brand: #c9abeb;
/* SwiftUI */
Color(red: 0.788, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#c9abeb")Accessibility — WCAG contrast
Aa
#c9abeb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9abeb on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#c9abeb text on a black background
contrast 10.51:1
Card sample
#c9abeb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9abeb;
Background color
Panel with #c9abeb background
background-color: #c9abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9abeb; background: linear-gradient(135deg, #c9abeb, #EBABE2);