#ddefec
a pale, soft cyan · cool · closest name: white
RGB
221, 239, 236
HSL
170°, 36%, 90%
CMYK
8, 0, 1, 6
Luminance
0.8316
Every format
| HEX | #ddefec |
| RGB | rgb(221, 239, 236) |
| HSL | hsl(170, 36%, 90%) |
| CMYK | cmyk(8%, 0%, 1%, 6%) |
| LAB | lab(93.1 -6.5 -0.6) |
| LCH | lch(93.1 6.5 185.2) |
| OKLCH | oklch(0.938 0.019 184.9) |
Copy-ready code
/* CSS */
color: #ddefec;
background-color: #ddefec;
/* Tailwind (arbitrary) */
class="text-[#ddefec] bg-[#ddefec]"
/* SCSS */
$brand: #ddefec;
/* SwiftUI */
Color(red: 0.867, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#ddefec")Accessibility — WCAG contrast
Aa
#ddefec on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddefec on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green93.7%
Blue92.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow1.3%
Key (black)6.3%
Color previews
#ddefec text on a black background
contrast 17.63:1
Card sample
#ddefec text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddefec;
Background color
Panel with #ddefec background
background-color: #ddefec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddefec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddefec; background: linear-gradient(135deg, #ddefec, #DDE6EF);