#dff4af
a light, electric green · cool · closest name: khaki
RGB
223, 244, 175
HSL
78°, 76%, 82%
CMYK
9, 0, 28, 4
Luminance
0.8348
Every format
| HEX | #dff4af |
| RGB | rgb(223, 244, 175) |
| HSL | hsl(78, 76%, 82%) |
| CMYK | cmyk(9%, 0%, 28%, 4%) |
| LAB | lab(93.2 -18.2 31.1) |
| LCH | lch(93.2 36.0 120.3) |
| OKLCH | oklch(0.935 0.092 121.9) |
Copy-ready code
/* CSS */
color: #dff4af;
background-color: #dff4af;
/* Tailwind (arbitrary) */
class="text-[#dff4af] bg-[#dff4af]"
/* SCSS */
$brand: #dff4af;
/* SwiftUI */
Color(red: 0.875, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#dff4af")Accessibility — WCAG contrast
Aa
#dff4af on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dff4af on black: 17.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green95.7%
Blue68.6%
CMYK percentages
Cyan8.6%
Magenta0.0%
Yellow28.3%
Key (black)4.3%
Color previews
#dff4af text on a black background
contrast 17.70:1
Card sample
#dff4af text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dff4af;
Background color
Panel with #dff4af background
background-color: #dff4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dff4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dff4af; background: linear-gradient(135deg, #dff4af, #B1F4AF);