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