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