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