#daff4b
a balanced, electric green · cool · closest name: yellow
RGB
218, 255, 75
HSL
72°, 100%, 65%
CMYK
15, 0, 71, 0
Luminance
0.8693
Every format
| HEX | #daff4b |
| RGB | rgb(218, 255, 75) |
| HSL | hsl(72, 100%, 65%) |
| CMYK | cmyk(15%, 0%, 71%, 0%) |
| LAB | lab(94.7 -34.6 77.3) |
| LCH | lch(94.7 84.6 114.1) |
| OKLCH | oklch(0.943 0.200 120.6) |
Copy-ready code
/* CSS */
color: #daff4b;
background-color: #daff4b;
/* Tailwind (arbitrary) */
class="text-[#daff4b] bg-[#daff4b]"
/* SCSS */
$brand: #daff4b;
/* SwiftUI */
Color(red: 0.855, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#daff4b")Accessibility — WCAG contrast
Aa
#daff4b on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#daff4b on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.5%
Green100.0%
Blue29.4%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#daff4b text on a black background
contrast 18.39:1
Card sample
#daff4b text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #daff4b;
Background color
Panel with #daff4b background
background-color: #daff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #daff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(218, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(218, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #daff4b; background: linear-gradient(135deg, #daff4b, #62FF4B);