#ddfcee
a pale, electric green · cool · closest name: ivory
RGB
221, 252, 238
HSL
153°, 84%, 93%
CMYK
12, 0, 6, 1
Luminance
0.9117
Every format
| HEX | #ddfcee |
| RGB | rgb(221, 252, 238) |
| HSL | hsl(153, 84%, 93%) |
| CMYK | cmyk(12%, 0%, 6%, 1%) |
| LAB | lab(96.5 -12.6 3.3) |
| LCH | lch(96.5 13.1 165.3) |
| OKLCH | oklch(0.965 0.037 166.6) |
Copy-ready code
/* CSS */
color: #ddfcee;
background-color: #ddfcee;
/* Tailwind (arbitrary) */
class="text-[#ddfcee] bg-[#ddfcee]"
/* SCSS */
$brand: #ddfcee;
/* SwiftUI */
Color(red: 0.867, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#ddfcee")Accessibility — WCAG contrast
Aa
#ddfcee on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ddfcee on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.7%
Green98.8%
Blue93.3%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow5.6%
Key (black)1.2%
Color previews
#ddfcee text on a black background
contrast 19.23:1
Card sample
#ddfcee text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ddfcee;
Background color
Panel with #ddfcee background
background-color: #ddfcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ddfcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(221, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(221, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ddfcee; background: linear-gradient(135deg, #ddfcee, #DDF5FC);