#c9b3f7
a light, electric violet · warm · closest name: plum
RGB
201, 179, 247
HSL
259°, 81%, 84%
CMYK
19, 28, 0, 3
Luminance
0.5137
Every format
| HEX | #c9b3f7 |
| RGB | rgb(201, 179, 247) |
| HSL | hsl(259, 81%, 84%) |
| CMYK | cmyk(19%, 28%, 0%, 3%) |
| LAB | lab(76.9 21.2 -30.9) |
| LCH | lch(76.9 37.4 304.5) |
| OKLCH | oklch(0.809 0.097 299.1) |
Copy-ready code
/* CSS */
color: #c9b3f7;
background-color: #c9b3f7;
/* Tailwind (arbitrary) */
class="text-[#c9b3f7] bg-[#c9b3f7]"
/* SCSS */
$brand: #c9b3f7;
/* SwiftUI */
Color(red: 0.788, green: 0.702, blue: 0.969)
/* Android */
Color.parseColor("#c9b3f7")Accessibility — WCAG contrast
Aa
#c9b3f7 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9b3f7 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green70.2%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta27.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c9b3f7 text on a black background
contrast 11.27:1
Card sample
#c9b3f7 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9b3f7;
Background color
Panel with #c9b3f7 background
background-color: #c9b3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9b3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 179, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 179, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9b3f7; background: linear-gradient(135deg, #c9b3f7, #F6B3F7);