#cddef9
a pale, electric blue · cool · closest name: lavender
RGB
205, 222, 249
HSL
217°, 79%, 89%
CMYK
18, 11, 0, 2
Luminance
0.7206
Every format
| HEX | #cddef9 |
| RGB | rgb(205, 222, 249) |
| HSL | hsl(217, 79%, 89%) |
| CMYK | cmyk(18%, 11%, 0%, 2%) |
| LAB | lab(88.0 -0.2 -15.0) |
| LCH | lch(88.0 15.0 269.2) |
| OKLCH | oklch(0.896 0.042 259.6) |
Copy-ready code
/* CSS */
color: #cddef9;
background-color: #cddef9;
/* Tailwind (arbitrary) */
class="text-[#cddef9] bg-[#cddef9]"
/* SCSS */
$brand: #cddef9;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.976)
/* Android */
Color.parseColor("#cddef9")Accessibility — WCAG contrast
Aa
#cddef9 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddef9 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue97.6%
CMYK percentages
Cyan17.7%
Magenta10.8%
Yellow0.0%
Key (black)2.4%
Color previews
#cddef9 text on a black background
contrast 15.41:1
Card sample
#cddef9 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddef9;
Background color
Panel with #cddef9 background
background-color: #cddef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddef9; background: linear-gradient(135deg, #cddef9, #D9CDF9);