#dcfeaf
a light, electric green · cool · closest name: khaki
RGB
220, 254, 175
HSL
86°, 98%, 84%
CMYK
13, 0, 31, 0
Luminance
0.8919
Every format
| HEX | #dcfeaf |
| RGB | rgb(220, 254, 175) |
| HSL | hsl(86, 98%, 84%) |
| CMYK | cmyk(13%, 0%, 31%, 0%) |
| LAB | lab(95.7 -24.1 34.3) |
| LCH | lch(95.7 41.9 125.1) |
| OKLCH | oklch(0.954 0.108 127.2) |
Copy-ready code
/* CSS */
color: #dcfeaf;
background-color: #dcfeaf;
/* Tailwind (arbitrary) */
class="text-[#dcfeaf] bg-[#dcfeaf]"
/* SCSS */
$brand: #dcfeaf;
/* SwiftUI */
Color(red: 0.863, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#dcfeaf")Accessibility — WCAG contrast
Aa
#dcfeaf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfeaf on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green99.6%
Blue68.6%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#dcfeaf text on a black background
contrast 18.84:1
Card sample
#dcfeaf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfeaf;
Background color
Panel with #dcfeaf background
background-color: #dcfeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfeaf; background: linear-gradient(135deg, #dcfeaf, #AFFEB7);