#c9afee
a light, vivid violet · warm · closest name: plum
RGB
201, 175, 238
HSL
265°, 65%, 81%
CMYK
16, 27, 0, 7
Luminance
0.4925
Every format
| HEX | #c9afee |
| RGB | rgb(201, 175, 238) |
| HSL | hsl(265, 65%, 81%) |
| CMYK | cmyk(16%, 27%, 0%, 7%) |
| LAB | lab(75.6 21.4 -28.0) |
| LCH | lch(75.6 35.2 307.4) |
| OKLCH | oklch(0.798 0.092 303.3) |
Copy-ready code
/* CSS */
color: #c9afee;
background-color: #c9afee;
/* Tailwind (arbitrary) */
class="text-[#c9afee] bg-[#c9afee]"
/* SCSS */
$brand: #c9afee;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#c9afee")Accessibility — WCAG contrast
Aa
#c9afee on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afee on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c9afee text on a black background
contrast 10.85:1
Card sample
#c9afee text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afee;
Background color
Panel with #c9afee background
background-color: #c9afee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afee; background: linear-gradient(135deg, #c9afee, #EEAFE9);