#dcfee2
a pale, electric green · cool · closest name: beige
RGB
220, 254, 226
HSL
131°, 94%, 93%
CMYK
13, 0, 11, 0
Luminance
0.9159
Every format
| HEX | #dcfee2 |
| RGB | rgb(220, 254, 226) |
| HSL | hsl(131, 94%, 93%) |
| CMYK | cmyk(13%, 0%, 11%, 0%) |
| LAB | lab(96.7 -16.1 9.7) |
| LCH | lch(96.7 18.8 148.8) |
| OKLCH | oklch(0.965 0.051 150.4) |
Copy-ready code
/* CSS */
color: #dcfee2;
background-color: #dcfee2;
/* Tailwind (arbitrary) */
class="text-[#dcfee2] bg-[#dcfee2]"
/* SCSS */
$brand: #dcfee2;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#dcfee2")Accessibility — WCAG contrast
Aa
#dcfee2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfee2 on black: 19.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue88.6%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#dcfee2 text on a black background
contrast 19.32:1
Card sample
#dcfee2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfee2;
Background color
Panel with #dcfee2 background
background-color: #dcfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfee2; background: linear-gradient(135deg, #dcfee2, #DCFEF9);