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