#cddef4
a pale, vivid blue · cool · closest name: lavender
RGB
205, 222, 244
HSL
214°, 64%, 88%
CMYK
16, 9, 0, 4
Luminance
0.7175
Every format
| HEX | #cddef4 |
| RGB | rgb(205, 222, 244) |
| HSL | hsl(214, 64%, 88%) |
| CMYK | cmyk(16%, 9%, 0%, 4%) |
| LAB | lab(87.8 -1.3 -12.6) |
| LCH | lch(87.8 12.7 264.3) |
| OKLCH | oklch(0.895 0.035 254.9) |
Copy-ready code
/* CSS */
color: #cddef4;
background-color: #cddef4;
/* Tailwind (arbitrary) */
class="text-[#cddef4] bg-[#cddef4]"
/* SCSS */
$brand: #cddef4;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.957)
/* Android */
Color.parseColor("#cddef4")Accessibility — WCAG contrast
Aa
#cddef4 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddef4 on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta9.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cddef4 text on a black background
contrast 15.35:1
Card sample
#cddef4 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddef4;
Background color
Panel with #cddef4 background
background-color: #cddef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddef4; background: linear-gradient(135deg, #cddef4, #D6CDF4);