#c9ddf6
a pale, vivid blue · cool · closest name: lavender
RGB
201, 221, 246
HSL
213°, 71%, 88%
CMYK
18, 10, 0, 4
Luminance
0.7078
Every format
| HEX | #c9ddf6 |
| RGB | rgb(201, 221, 246) |
| HSL | hsl(213, 71%, 88%) |
| CMYK | cmyk(18%, 10%, 0%, 4%) |
| LAB | lab(87.4 -1.6 -14.4) |
| LCH | lch(87.4 14.5 263.8) |
| OKLCH | oklch(0.890 0.041 254.0) |
Copy-ready code
/* CSS */
color: #c9ddf6;
background-color: #c9ddf6;
/* Tailwind (arbitrary) */
class="text-[#c9ddf6] bg-[#c9ddf6]"
/* SCSS */
$brand: #c9ddf6;
/* SwiftUI */
Color(red: 0.788, green: 0.867, blue: 0.965)
/* Android */
Color.parseColor("#c9ddf6")Accessibility — WCAG contrast
Aa
#c9ddf6 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9ddf6 on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green86.7%
Blue96.5%
CMYK percentages
Cyan18.3%
Magenta10.2%
Yellow0.0%
Key (black)3.5%
Color previews
#c9ddf6 text on a black background
contrast 15.16:1
Card sample
#c9ddf6 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9ddf6;
Background color
Panel with #c9ddf6 background
background-color: #c9ddf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9ddf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 221, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 221, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9ddf6; background: linear-gradient(135deg, #c9ddf6, #D3C9F6);