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