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