#cddef1
a pale, vivid blue · cool · closest name: lavender
RGB
205, 222, 241
HSL
212°, 56%, 88%
CMYK
15, 8, 0, 6
Luminance
0.7157
Every format
| HEX | #cddef1 |
| RGB | rgb(205, 222, 241) |
| HSL | hsl(212, 56%, 88%) |
| CMYK | cmyk(15%, 8%, 0%, 6%) |
| LAB | lab(87.8 -1.9 -11.2) |
| LCH | lch(87.8 11.3 260.5) |
| OKLCH | oklch(0.894 0.032 251.1) |
Copy-ready code
/* CSS */
color: #cddef1;
background-color: #cddef1;
/* Tailwind (arbitrary) */
class="text-[#cddef1] bg-[#cddef1]"
/* SCSS */
$brand: #cddef1;
/* SwiftUI */
Color(red: 0.804, green: 0.871, blue: 0.945)
/* Android */
Color.parseColor("#cddef1")Accessibility — WCAG contrast
Aa
#cddef1 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddef1 on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green87.1%
Blue94.5%
CMYK percentages
Cyan14.9%
Magenta7.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cddef1 text on a black background
contrast 15.31:1
Card sample
#cddef1 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddef1;
Background color
Panel with #cddef1 background
background-color: #cddef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 222, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 222, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddef1; background: linear-gradient(135deg, #cddef1, #D4CDF1);