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