#dfff4b
a balanced, electric green · cool · closest name: yellow
RGB
223, 255, 75
HSL
71°, 100%, 65%
CMYK
13, 0, 71, 0
Luminance
0.8772
Every format
| HEX | #dfff4b |
| RGB | rgb(223, 255, 75) |
| HSL | hsl(71, 100%, 65%) |
| CMYK | cmyk(13%, 0%, 71%, 0%) |
| LAB | lab(95.0 -32.6 77.7) |
| LCH | lch(95.0 84.3 112.8) |
| OKLCH | oklch(0.946 0.198 119.2) |
Copy-ready code
/* CSS */
color: #dfff4b;
background-color: #dfff4b;
/* Tailwind (arbitrary) */
class="text-[#dfff4b] bg-[#dfff4b]"
/* SCSS */
$brand: #dfff4b;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.294)
/* Android */
Color.parseColor("#dfff4b")Accessibility — WCAG contrast
Aa
#dfff4b on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfff4b on black: 18.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue29.4%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow70.6%
Key (black)0.0%
Color previews
#dfff4b text on a black background
contrast 18.54:1
Card sample
#dfff4b text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfff4b;
Background color
Panel with #dfff4b background
background-color: #dfff4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfff4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfff4b; background: linear-gradient(135deg, #dfff4b, #67FF4B);