#cddeee
a pale, vivid blue · cool · closest name: lavender
RGB
205, 222, 238
HSL
209°, 49%, 87%
CMYK
14, 7, 0, 7
Luminance
0.7139
Every format
| HEX | #cddeee |
| RGB | rgb(205, 222, 238) |
| HSL | hsl(209, 49%, 87%) |
| CMYK | cmyk(14%, 7%, 0%, 7%) |
| LAB | lab(87.7 -2.5 -9.7) |
| LCH | lch(87.7 10.1 255.6) |
| OKLCH | oklch(0.893 0.029 246.5) |
Copy-ready code
/* CSS */
color: #cddeee;
background-color: #cddeee;
/* Tailwind (arbitrary) */
class="text-[#cddeee] bg-[#cddeee]"
/* SCSS */
$brand: #cddeee;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#cddeee")Accessibility — WCAG contrast
Aa
#cddeee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddeee on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue93.3%
CMYK percentages
Cyan13.9%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#cddeee text on a black background
contrast 15.28:1
Card sample
#cddeee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddeee;
Background color
Panel with #cddeee background
background-color: #cddeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddeee; background: linear-gradient(135deg, #cddeee, #D2CDEE);