#ccdaee
a pale, vivid blue · cool · closest name: lavender
RGB
204, 218, 238
HSL
215°, 50%, 87%
CMYK
14, 8, 0, 7
Luminance
0.6915
Every format
| HEX | #ccdaee |
| RGB | rgb(204, 218, 238) |
| HSL | hsl(215, 50%, 87%) |
| CMYK | cmyk(14%, 8%, 0%, 7%) |
| LAB | lab(86.6 -0.7 -11.4) |
| LCH | lch(86.6 11.4 266.3) |
| OKLCH | oklch(0.884 0.032 257.2) |
Copy-ready code
/* CSS */
color: #ccdaee;
background-color: #ccdaee;
/* Tailwind (arbitrary) */
class="text-[#ccdaee] bg-[#ccdaee]"
/* SCSS */
$brand: #ccdaee;
/* SwiftUI */
Color(red: 0.800, green: 0.855, blue: 0.933)
/* Android */
Color.parseColor("#ccdaee")Accessibility — WCAG contrast
Aa
#ccdaee on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ccdaee on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green85.5%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta8.4%
Yellow0.0%
Key (black)6.7%
Color previews
#ccdaee text on a black background
contrast 14.83:1
Card sample
#ccdaee text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ccdaee;
Background color
Panel with #ccdaee background
background-color: #ccdaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ccdaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 218, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 218, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ccdaee; background: linear-gradient(135deg, #ccdaee, #D5CCEE);