#c9afda
a light, soft violet · warm · closest name: plum
RGB
201, 175, 218
HSL
276°, 37%, 77%
CMYK
8, 20, 0, 15
Luminance
0.4814
Every format
| HEX | #c9afda |
| RGB | rgb(201, 175, 218) |
| HSL | hsl(276, 37%, 77%) |
| CMYK | cmyk(8%, 20%, 0%, 15%) |
| LAB | lab(74.9 17.3 -18.2) |
| LCH | lch(74.9 25.1 313.5) |
| OKLCH | oklch(0.790 0.066 311.9) |
Copy-ready code
/* CSS */
color: #c9afda;
background-color: #c9afda;
/* Tailwind (arbitrary) */
class="text-[#c9afda] bg-[#c9afda]"
/* SCSS */
$brand: #c9afda;
/* SwiftUI */
Color(red: 0.788, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#c9afda")Accessibility — WCAG contrast
Aa
#c9afda on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9afda on black: 10.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green68.6%
Blue85.5%
CMYK percentages
Cyan7.8%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#c9afda text on a black background
contrast 10.63:1
Card sample
#c9afda text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9afda;
Background color
Panel with #c9afda background
background-color: #c9afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9afda; background: linear-gradient(135deg, #c9afda, #DAAFCE);