#dfff4f
a light, electric green · cool · closest name: yellow
RGB
223, 255, 79
HSL
71°, 100%, 66%
CMYK
13, 0, 69, 0
Luminance
0.8777
Every format
| HEX | #dfff4f |
| RGB | rgb(223, 255, 79) |
| HSL | hsl(71, 100%, 66%) |
| CMYK | cmyk(13%, 0%, 69%, 0%) |
| LAB | lab(95.1 -32.4 76.3) |
| LCH | lch(95.1 82.9 113.0) |
| OKLCH | oklch(0.946 0.196 119.3) |
Copy-ready code
/* CSS */
color: #dfff4f;
background-color: #dfff4f;
/* Tailwind (arbitrary) */
class="text-[#dfff4f] bg-[#dfff4f]"
/* SCSS */
$brand: #dfff4f;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.310)
/* Android */
Color.parseColor("#dfff4f")Accessibility — WCAG contrast
Aa
#dfff4f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfff4f on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue31.0%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow69.0%
Key (black)0.0%
Color previews
#dfff4f text on a black background
contrast 18.55:1
Card sample
#dfff4f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfff4f;
Background color
Panel with #dfff4f background
background-color: #dfff4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfff4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfff4f; background: linear-gradient(135deg, #dfff4f, #6AFF4F);