#dcfbaf
a light, electric green · cool · closest name: khaki
RGB
220, 251, 175
HSL
85°, 91%, 84%
CMYK
12, 0, 30, 2
Luminance
0.8731
Every format
| HEX | #dcfbaf |
| RGB | rgb(220, 251, 175) |
| HSL | hsl(85, 91%, 84%) |
| CMYK | cmyk(12%, 0%, 30%, 2%) |
| LAB | lab(94.9 -22.6 33.2) |
| LCH | lch(94.9 40.2 124.2) |
| OKLCH | oklch(0.948 0.103 126.3) |
Copy-ready code
/* CSS */
color: #dcfbaf;
background-color: #dcfbaf;
/* Tailwind (arbitrary) */
class="text-[#dcfbaf] bg-[#dcfbaf]"
/* SCSS */
$brand: #dcfbaf;
/* SwiftUI */
Color(red: 0.863, green: 0.984, blue: 0.686)
/* Android */
Color.parseColor("#dcfbaf")Accessibility — WCAG contrast
Aa
#dcfbaf on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcfbaf on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green98.4%
Blue68.6%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow30.3%
Key (black)1.6%
Color previews
#dcfbaf text on a black background
contrast 18.46:1
Card sample
#dcfbaf text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcfbaf;
Background color
Panel with #dcfbaf background
background-color: #dcfbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcfbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 251, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 251, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcfbaf; background: linear-gradient(135deg, #dcfbaf, #AFFBB5);