#c9cdfb
a pale, electric blue · warm · closest name: lavender
RGB
201, 205, 251
HSL
235°, 86%, 89%
CMYK
20, 18, 0, 2
Luminance
0.6305
Every format
| HEX | #c9cdfb |
| RGB | rgb(201, 205, 251) |
| HSL | hsl(235, 86%, 89%) |
| CMYK | cmyk(20%, 18%, 0%, 2%) |
| LAB | lab(83.5 8.0 -23.0) |
| LCH | lch(83.5 24.3 289.1) |
| OKLCH | oklch(0.860 0.064 281.1) |
Copy-ready code
/* CSS */
color: #c9cdfb;
background-color: #c9cdfb;
/* Tailwind (arbitrary) */
class="text-[#c9cdfb] bg-[#c9cdfb]"
/* SCSS */
$brand: #c9cdfb;
/* SwiftUI */
Color(red: 0.788, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#c9cdfb")Accessibility — WCAG contrast
Aa
#c9cdfb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9cdfb on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green80.4%
Blue98.4%
CMYK percentages
Cyan19.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#c9cdfb text on a black background
contrast 13.61:1
Card sample
#c9cdfb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9cdfb;
Background color
Panel with #c9cdfb background
background-color: #c9cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9cdfb; background: linear-gradient(135deg, #c9cdfb, #E6C9FB);