#dafd3f
a balanced, electric green · cool · closest name: yellow
RGB
218, 253, 63
HSL
71°, 98%, 62%
CMYK
14, 0, 75, 1
Luminance
0.8551
Every format
| HEX | #dafd3f |
| RGB | rgb(218, 253, 63) |
| HSL | hsl(71, 98%, 62%) |
| CMYK | cmyk(14%, 0%, 75%, 1%) |
| LAB | lab(94.1 -34.2 80.5) |
| LCH | lch(94.1 87.5 113.0) |
| OKLCH | oklch(0.938 0.204 119.9) |
Copy-ready code
/* CSS */
color: #dafd3f;
background-color: #dafd3f;
/* Tailwind (arbitrary) */
class="text-[#dafd3f] bg-[#dafd3f]"
/* SCSS */
$brand: #dafd3f;
/* SwiftUI */
Color(red: 0.855, green: 0.992, blue: 0.247)
/* Android */
Color.parseColor("#dafd3f")Accessibility — WCAG contrast
Aa
#dafd3f on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dafd3f on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green99.2%
Blue24.7%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow75.1%
Key (black)0.8%
Color previews
#dafd3f text on a black background
contrast 18.10:1
Card sample
#dafd3f text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dafd3f;
Background color
Panel with #dafd3f background
background-color: #dafd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dafd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 253, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 253, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dafd3f; background: linear-gradient(135deg, #dafd3f, #5BFD3F);