#c9b4f1
a light, vivid violet · warm · closest name: plum
RGB
201, 180, 241
HSL
261°, 69%, 83%
CMYK
17, 25, 0, 6
Luminance
0.5141
Every format
| HEX | #c9b4f1 |
| RGB | rgb(201, 180, 241) |
| HSL | hsl(261, 69%, 83%) |
| CMYK | cmyk(17%, 25%, 0%, 6%) |
| LAB | lab(76.9 19.3 -27.6) |
| LCH | lch(76.9 33.7 305.0) |
| OKLCH | oklch(0.808 0.087 300.2) |
Copy-ready code
/* CSS */
color: #c9b4f1;
background-color: #c9b4f1;
/* Tailwind (arbitrary) */
class="text-[#c9b4f1] bg-[#c9b4f1]"
/* SCSS */
$brand: #c9b4f1;
/* SwiftUI */
Color(red: 0.788, green: 0.706, blue: 0.945)
/* Android */
Color.parseColor("#c9b4f1")Accessibility — WCAG contrast
Aa
#c9b4f1 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b4f1 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green70.6%
Blue94.5%
CMYK percentages
Cyan16.6%
Magenta25.3%
Yellow0.0%
Key (black)5.5%
Color previews
#c9b4f1 text on a black background
contrast 11.28:1
Card sample
#c9b4f1 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b4f1;
Background color
Panel with #c9b4f1 background
background-color: #c9b4f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b4f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 180, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 180, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b4f1; background: linear-gradient(135deg, #c9b4f1, #F1B4F0);