#dffc9f
a light, electric green · cool · closest name: khaki
RGB
223, 252, 159
HSL
79°, 94%, 81%
CMYK
12, 0, 37, 1
Luminance
0.8781
Every format
| HEX | #dffc9f |
| RGB | rgb(223, 252, 159) |
| HSL | hsl(79, 94%, 81%) |
| CMYK | cmyk(12%, 0%, 37%, 1%) |
| LAB | lab(95.1 -24.1 41.5) |
| LCH | lch(95.1 48.0 120.1) |
| OKLCH | oklch(0.949 0.121 122.8) |
Copy-ready code
/* CSS */
color: #dffc9f;
background-color: #dffc9f;
/* Tailwind (arbitrary) */
class="text-[#dffc9f] bg-[#dffc9f]"
/* SCSS */
$brand: #dffc9f;
/* SwiftUI */
Color(red: 0.875, green: 0.988, blue: 0.624)
/* Android */
Color.parseColor("#dffc9f")Accessibility — WCAG contrast
Aa
#dffc9f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dffc9f on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green98.8%
Blue62.4%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow36.9%
Key (black)1.2%
Color previews
#dffc9f text on a black background
contrast 18.56:1
Card sample
#dffc9f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dffc9f;
Background color
Panel with #dffc9f background
background-color: #dffc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dffc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 252, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 252, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dffc9f; background: linear-gradient(135deg, #dffc9f, #A1FC9F);