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