#dfff6c
a light, electric green · cool · closest name: khaki
RGB
223, 255, 108
HSL
73°, 100%, 71%
CMYK
13, 0, 58, 0
Luminance
0.8829
Every format
| HEX | #dfff6c |
| RGB | rgb(223, 255, 108) |
| HSL | hsl(73, 100%, 71%) |
| CMYK | cmyk(13%, 0%, 58%, 0%) |
| LAB | lab(95.3 -30.5 65.3) |
| LCH | lch(95.3 72.1 115.1) |
| OKLCH | oklch(0.949 0.175 120.2) |
Copy-ready code
/* CSS */
color: #dfff6c;
background-color: #dfff6c;
/* Tailwind (arbitrary) */
class="text-[#dfff6c] bg-[#dfff6c]"
/* SCSS */
$brand: #dfff6c;
/* SwiftUI */
Color(red: 0.875, green: 1.000, blue: 0.424)
/* Android */
Color.parseColor("#dfff6c")Accessibility — WCAG contrast
Aa
#dfff6c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfff6c on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green100.0%
Blue42.4%
CMYK percentages
Cyan12.5%
Magenta0.0%
Yellow57.6%
Key (black)0.0%
Color previews
#dfff6c text on a black background
contrast 18.66:1
Card sample
#dfff6c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfff6c;
Background color
Panel with #dfff6c background
background-color: #dfff6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfff6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 255, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 255, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfff6c; background: linear-gradient(135deg, #dfff6c, #7DFF6C);