#c9bdfe
a pale, electric blue · warm · closest name: plum
RGB
201, 189, 254
HSL
251°, 97%, 87%
CMYK
21, 26, 0, 0
Luminance
0.5597
Every format
| HEX | #c9bdfe |
| RGB | rgb(201, 189, 254) |
| HSL | hsl(251, 97%, 87%) |
| CMYK | cmyk(21%, 26%, 0%, 0%) |
| LAB | lab(79.6 17.3 -30.5) |
| LCH | lch(79.6 35.0 299.5) |
| OKLCH | oklch(0.831 0.091 292.8) |
Copy-ready code
/* CSS */
color: #c9bdfe;
background-color: #c9bdfe;
/* Tailwind (arbitrary) */
class="text-[#c9bdfe] bg-[#c9bdfe]"
/* SCSS */
$brand: #c9bdfe;
/* SwiftUI */
Color(red: 0.788, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#c9bdfe")Accessibility — WCAG contrast
Aa
#c9bdfe on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bdfe on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.1%
Blue99.6%
CMYK percentages
Cyan20.9%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#c9bdfe text on a black background
contrast 12.19:1
Card sample
#c9bdfe text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bdfe;
Background color
Panel with #c9bdfe background
background-color: #c9bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bdfe; background: linear-gradient(135deg, #c9bdfe, #F4BDFE);