#c9dfed
a pale, vivid blue · cool · closest name: lavender
RGB
201, 223, 237
HSL
203°, 50%, 86%
CMYK
15, 6, 0, 7
Luminance
0.7131
Every format
| HEX | #c9dfed |
| RGB | rgb(201, 223, 237) |
| HSL | hsl(203, 50%, 86%) |
| CMYK | cmyk(15%, 6%, 0%, 7%) |
| LAB | lab(87.6 -4.5 -9.3) |
| LCH | lch(87.6 10.3 244.3) |
| OKLCH | oklch(0.892 0.030 235.7) |
Copy-ready code
/* CSS */
color: #c9dfed;
background-color: #c9dfed;
/* Tailwind (arbitrary) */
class="text-[#c9dfed] bg-[#c9dfed]"
/* SCSS */
$brand: #c9dfed;
/* SwiftUI */
Color(red: 0.788, green: 0.875, blue: 0.929)
/* Android */
Color.parseColor("#c9dfed")Accessibility — WCAG contrast
Aa
#c9dfed on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dfed on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.5%
Blue92.9%
CMYK percentages
Cyan15.2%
Magenta5.9%
Yellow0.0%
Key (black)7.1%
Color previews
#c9dfed text on a black background
contrast 15.26:1
Card sample
#c9dfed text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dfed;
Background color
Panel with #c9dfed background
background-color: #c9dfed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dfed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 223, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 223, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dfed; background: linear-gradient(135deg, #c9dfed, #CBC9ED);