#c9dcf9
a pale, electric blue · cool · closest name: lavender
RGB
201, 220, 249
HSL
216°, 80%, 88%
CMYK
19, 12, 0, 2
Luminance
0.7044
Every format
| HEX | #c9dcf9 |
| RGB | rgb(201, 220, 249) |
| HSL | hsl(216, 80%, 88%) |
| CMYK | cmyk(19%, 12%, 0%, 2%) |
| LAB | lab(87.2 -0.4 -16.3) |
| LCH | lch(87.2 16.3 268.6) |
| OKLCH | oklch(0.889 0.045 258.8) |
Copy-ready code
/* CSS */
color: #c9dcf9;
background-color: #c9dcf9;
/* Tailwind (arbitrary) */
class="text-[#c9dcf9] bg-[#c9dcf9]"
/* SCSS */
$brand: #c9dcf9;
/* SwiftUI */
Color(red: 0.788, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#c9dcf9")Accessibility — WCAG contrast
Aa
#c9dcf9 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9dcf9 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green86.3%
Blue97.6%
CMYK percentages
Cyan19.3%
Magenta11.6%
Yellow0.0%
Key (black)2.4%
Color previews
#c9dcf9 text on a black background
contrast 15.09:1
Card sample
#c9dcf9 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9dcf9;
Background color
Panel with #c9dcf9 background
background-color: #c9dcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9dcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9dcf9; background: linear-gradient(135deg, #c9dcf9, #D6C9F9);