#cddef0
a pale, vivid blue · cool · closest name: lavender
RGB
205, 222, 240
HSL
211°, 54%, 87%
CMYK
15, 8, 0, 6
Luminance
0.7151
Every format
| HEX | #cddef0 |
| RGB | rgb(205, 222, 240) |
| HSL | hsl(211, 54%, 87%) |
| CMYK | cmyk(15%, 8%, 0%, 6%) |
| LAB | lab(87.7 -2.1 -10.7) |
| LCH | lch(87.7 10.9 258.9) |
| OKLCH | oklch(0.893 0.031 249.7) |
Copy-ready code
/* CSS */
color: #cddef0;
background-color: #cddef0;
/* Tailwind (arbitrary) */
class="text-[#cddef0] bg-[#cddef0]"
/* SCSS */
$brand: #cddef0;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.941)
/* Android */
Color.parseColor("#cddef0")Accessibility — WCAG contrast
Aa
#cddef0 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddef0 on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue94.1%
CMYK percentages
Cyan14.6%
Magenta7.5%
Yellow0.0%
Key (black)5.9%
Color previews
#cddef0 text on a black background
contrast 15.30:1
Card sample
#cddef0 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddef0;
Background color
Panel with #cddef0 background
background-color: #cddef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddef0; background: linear-gradient(135deg, #cddef0, #D4CDF0);