#c9deee
a pale, vivid blue · cool · closest name: lavender
RGB
201, 222, 238
HSL
206°, 52%, 86%
CMYK
16, 7, 0, 7
Luminance
0.7083
Every format
| HEX | #c9deee |
| RGB | rgb(201, 222, 238) |
| HSL | hsl(206, 52%, 86%) |
| CMYK | cmyk(16%, 7%, 0%, 7%) |
| LAB | lab(87.4 -3.8 -10.2) |
| LCH | lch(87.4 10.8 249.8) |
| OKLCH | oklch(0.890 0.032 240.7) |
Copy-ready code
/* CSS */
color: #c9deee;
background-color: #c9deee;
/* Tailwind (arbitrary) */
class="text-[#c9deee] bg-[#c9deee]"
/* SCSS */
$brand: #c9deee;
/* SwiftUI */
Color(red: 0.788, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#c9deee")Accessibility — WCAG contrast
Aa
#c9deee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9deee on black: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green87.1%
Blue93.3%
CMYK percentages
Cyan15.5%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#c9deee text on a black background
contrast 15.17:1
Card sample
#c9deee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9deee;
Background color
Panel with #c9deee background
background-color: #c9deee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9deee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9deee; background: linear-gradient(135deg, #c9deee, #CDC9EE);