#dafd9f
a light, electric green · cool · closest name: khaki
RGB
218, 253, 159
HSL
82°, 96%, 81%
CMYK
14, 0, 37, 1
Luminance
0.8766
Every format
| HEX | #dafd9f |
| RGB | rgb(218, 253, 159) |
| HSL | hsl(82, 96%, 81%) |
| CMYK | cmyk(14%, 0%, 37%, 1%) |
| LAB | lab(95.0 -26.4 41.3) |
| LCH | lch(95.0 49.0 122.5) |
| OKLCH | oklch(0.948 0.125 125.3) |
Copy-ready code
/* CSS */
color: #dafd9f;
background-color: #dafd9f;
/* Tailwind (arbitrary) */
class="text-[#dafd9f] bg-[#dafd9f]"
/* SCSS */
$brand: #dafd9f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.624)
/* Android */
Color.parseColor("#dafd9f")Accessibility — WCAG contrast
Aa
#dafd9f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd9f on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue62.4%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow37.2%
Key (black)0.8%
Color previews
#dafd9f text on a black background
contrast 18.53:1
Card sample
#dafd9f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd9f;
Background color
Panel with #dafd9f background
background-color: #dafd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd9f; background: linear-gradient(135deg, #dafd9f, #9FFDA3);