#c9afeb
a light, vivid violet · warm · closest name: plum
RGB
201, 175, 235
HSL
266°, 60%, 80%
CMYK
15, 26, 0, 8
Luminance
0.4908
Every format
| HEX | #c9afeb |
| RGB | rgb(201, 175, 235) |
| HSL | hsl(266, 60%, 80%) |
| CMYK | cmyk(15%, 26%, 0%, 8%) |
| LAB | lab(75.5 20.8 -26.5) |
| LCH | lch(75.5 33.7 308.1) |
| OKLCH | oklch(0.797 0.088 304.3) |
Copy-ready code
/* CSS */
color: #c9afeb;
background-color: #c9afeb;
/* Tailwind (arbitrary) */
class="text-[#c9afeb] bg-[#c9afeb]"
/* SCSS */
$brand: #c9afeb;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#c9afeb")Accessibility — WCAG contrast
Aa
#c9afeb on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afeb on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue92.2%
CMYK percentages
Cyan14.5%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c9afeb text on a black background
contrast 10.82:1
Card sample
#c9afeb text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afeb;
Background color
Panel with #c9afeb background
background-color: #c9afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afeb; background: linear-gradient(135deg, #c9afeb, #EBAFE5);