#dafd6f
a light, electric green · cool · closest name: khaki
RGB
218, 253, 111
HSL
75°, 97%, 71%
CMYK
14, 0, 56, 1
Luminance
0.8630
Every format
| HEX | #dafd6f |
| RGB | rgb(218, 253, 111) |
| HSL | hsl(75, 97%, 71%) |
| CMYK | cmyk(14%, 0%, 56%, 1%) |
| LAB | lab(94.4 -31.3 63.0) |
| LCH | lch(94.4 70.3 116.4) |
| OKLCH | oklch(0.941 0.172 121.4) |
Copy-ready code
/* CSS */
color: #dafd6f;
background-color: #dafd6f;
/* Tailwind (arbitrary) */
class="text-[#dafd6f] bg-[#dafd6f]"
/* SCSS */
$brand: #dafd6f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.435)
/* Android */
Color.parseColor("#dafd6f")Accessibility — WCAG contrast
Aa
#dafd6f on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd6f on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue43.5%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow56.1%
Key (black)0.8%
Color previews
#dafd6f text on a black background
contrast 18.26:1
Card sample
#dafd6f text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd6f;
Background color
Panel with #dafd6f background
background-color: #dafd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd6f; background: linear-gradient(135deg, #dafd6f, #7BFD6F);