#dafd7f
a light, electric green · cool · closest name: khaki
RGB
218, 253, 127
HSL
77°, 97%, 75%
CMYK
14, 0, 50, 1
Luminance
0.8669
Every format
| HEX | #dafd7f |
| RGB | rgb(218, 253, 127) |
| HSL | hsl(77, 97%, 75%) |
| CMYK | cmyk(14%, 0%, 50%, 1%) |
| LAB | lab(94.6 -29.8 56.0) |
| LCH | lch(94.6 63.5 118.0) |
| OKLCH | oklch(0.943 0.157 122.3) |
Copy-ready code
/* CSS */
color: #dafd7f;
background-color: #dafd7f;
/* Tailwind (arbitrary) */
class="text-[#dafd7f] bg-[#dafd7f]"
/* SCSS */
$brand: #dafd7f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#dafd7f")Accessibility — WCAG contrast
Aa
#dafd7f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd7f on black: 18.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue49.8%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#dafd7f text on a black background
contrast 18.34:1
Card sample
#dafd7f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd7f;
Background color
Panel with #dafd7f background
background-color: #dafd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd7f; background: linear-gradient(135deg, #dafd7f, #86FD7F);