#c9bdf7
a pale, electric blue · warm · closest name: plum
RGB
201, 189, 247
HSL
252°, 78%, 86%
CMYK
19, 24, 0, 3
Luminance
0.5553
Every format
| HEX | #c9bdf7 |
| RGB | rgb(201, 189, 247) |
| HSL | hsl(252, 78%, 86%) |
| CMYK | cmyk(19%, 24%, 0%, 3%) |
| LAB | lab(79.3 15.7 -27.1) |
| LCH | lch(79.3 31.3 300.1) |
| OKLCH | oklch(0.828 0.081 294.0) |
Copy-ready code
/* CSS */
color: #c9bdf7;
background-color: #c9bdf7;
/* Tailwind (arbitrary) */
class="text-[#c9bdf7] bg-[#c9bdf7]"
/* SCSS */
$brand: #c9bdf7;
/* SwiftUI */
Color(red: 0.788, green: 0.741, blue: 0.969)
/* Android */
Color.parseColor("#c9bdf7")Accessibility — WCAG contrast
Aa
#c9bdf7 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bdf7 on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.1%
Blue96.9%
CMYK percentages
Cyan18.6%
Magenta23.5%
Yellow0.0%
Key (black)3.1%
Color previews
#c9bdf7 text on a black background
contrast 12.11:1
Card sample
#c9bdf7 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bdf7;
Background color
Panel with #c9bdf7 background
background-color: #c9bdf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bdf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 189, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 189, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bdf7; background: linear-gradient(135deg, #c9bdf7, #F0BDF7);