#c9a9df
a light, vivid violet · warm · closest name: plum
RGB
201, 169, 223
HSL
276°, 46%, 77%
CMYK
10, 24, 0, 13
Luminance
0.4612
Every format
| HEX | #c9a9df |
| RGB | rgb(201, 169, 223) |
| HSL | hsl(276, 46%, 77%) |
| CMYK | cmyk(10%, 24%, 0%, 13%) |
| LAB | lab(73.6 21.6 -22.9) |
| LCH | lch(73.6 31.4 313.3) |
| OKLCH | oklch(0.781 0.083 311.3) |
Copy-ready code
/* CSS */
color: #c9a9df;
background-color: #c9a9df;
/* Tailwind (arbitrary) */
class="text-[#c9a9df] bg-[#c9a9df]"
/* SCSS */
$brand: #c9a9df;
/* SwiftUI */
Color(red: 0.788, green: 0.663, blue: 0.875)
/* Android */
Color.parseColor("#c9a9df")Accessibility — WCAG contrast
Aa
#c9a9df on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9a9df on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green66.3%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta24.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c9a9df text on a black background
contrast 10.22:1
Card sample
#c9a9df text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9a9df;
Background color
Panel with #c9a9df background
background-color: #c9a9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9a9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 169, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 169, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9a9df; background: linear-gradient(135deg, #c9a9df, #DFA9D1);