#dafd8f
a light, electric green · cool · closest name: khaki
RGB
218, 253, 143
HSL
79°, 97%, 78%
CMYK
14, 0, 44, 1
Luminance
0.8714
Every format
| HEX | #dafd8f |
| RGB | rgb(218, 253, 143) |
| HSL | hsl(79, 97%, 78%) |
| CMYK | cmyk(14%, 0%, 44%, 1%) |
| LAB | lab(94.8 -28.2 48.8) |
| LCH | lch(94.8 56.4 120.0) |
| OKLCH | oklch(0.945 0.142 123.5) |
Copy-ready code
/* CSS */
color: #dafd8f;
background-color: #dafd8f;
/* Tailwind (arbitrary) */
class="text-[#dafd8f] bg-[#dafd8f]"
/* SCSS */
$brand: #dafd8f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#dafd8f")Accessibility — WCAG contrast
Aa
#dafd8f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd8f on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue56.1%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#dafd8f text on a black background
contrast 18.43:1
Card sample
#dafd8f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd8f;
Background color
Panel with #dafd8f background
background-color: #dafd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd8f; background: linear-gradient(135deg, #dafd8f, #90FD8F);