#dfffab
a light, electric green · cool · closest name: khaki
RGB
223, 255, 171
HSL
83°, 100%, 84%
CMYK
13, 0, 33, 0
Luminance
0.9015
Every format
| HEX | #dfffab |
| RGB | rgb(223, 255, 171) |
| HSL | hsl(83, 100%, 84%) |
| CMYK | cmyk(13%, 0%, 33%, 0%) |
| LAB | lab(96.1 -24.0 36.8) |
| LCH | lch(96.1 44.0 123.1) |
| OKLCH | oklch(0.958 0.112 125.4) |
Copy-ready code
/* CSS */
color: #dfffab;
background-color: #dfffab;
/* Tailwind (arbitrary) */
class="text-[#dfffab] bg-[#dfffab]"
/* SCSS */
$brand: #dfffab;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.671)
/* Android */
Color.parseColor("#dfffab")Accessibility — WCAG contrast
Aa
#dfffab on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfffab on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue67.1%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow32.9%
Key (black)0.0%
Color previews
#dfffab text on a black background
contrast 19.03:1
Card sample
#dfffab text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfffab;
Background color
Panel with #dfffab background
background-color: #dfffab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfffab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfffab; background: linear-gradient(135deg, #dfffab, #ABFFAF);