#ccdeee
a pale, vivid blue · cool · closest name: lavender
RGB
204, 222, 238
HSL
208°, 50%, 87%
CMYK
14, 7, 0, 7
Luminance
0.7125
Every format
| HEX | #ccdeee |
| RGB | rgb(204, 222, 238) |
| HSL | hsl(208, 50%, 87%) |
| CMYK | cmyk(14%, 7%, 0%, 7%) |
| LAB | lab(87.6 -2.8 -9.8) |
| LCH | lch(87.6 10.2 254.1) |
| OKLCH | oklch(0.892 0.029 244.9) |
Copy-ready code
/* CSS */
color: #ccdeee;
background-color: #ccdeee;
/* Tailwind (arbitrary) */
class="text-[#ccdeee] bg-[#ccdeee]"
/* SCSS */
$brand: #ccdeee;
/* SwiftUI */
Color(red: 0.800, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#ccdeee")Accessibility — WCAG contrast
Aa
#ccdeee on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdeee on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green87.1%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#ccdeee text on a black background
contrast 15.25:1
Card sample
#ccdeee text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdeee;
Background color
Panel with #ccdeee background
background-color: #ccdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdeee; background: linear-gradient(135deg, #ccdeee, #D1CCEE);