#dbff6c
a light, electric green · cool · closest name: khaki
RGB
219, 255, 108
HSL
75°, 100%, 71%
CMYK
14, 0, 58, 0
Luminance
0.8766
Every format
| HEX | #dbff6c |
| RGB | rgb(219, 255, 108) |
| HSL | hsl(75, 100%, 71%) |
| CMYK | cmyk(14%, 0%, 58%, 0%) |
| LAB | lab(95.0 -32.0 64.9) |
| LCH | lch(95.0 72.4 116.3) |
| OKLCH | oklch(0.946 0.176 121.4) |
Copy-ready code
/* CSS */
color: #dbff6c;
background-color: #dbff6c;
/* Tailwind (arbitrary) */
class="text-[#dbff6c] bg-[#dbff6c]"
/* SCSS */
$brand: #dbff6c;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.424)
/* Android */
Color.parseColor("#dbff6c")Accessibility — WCAG contrast
Aa
#dbff6c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff6c on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue42.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow57.6%
Key (black)0.0%
Color previews
#dbff6c text on a black background
contrast 18.53:1
Card sample
#dbff6c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff6c;
Background color
Panel with #dbff6c background
background-color: #dbff6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff6c; background: linear-gradient(135deg, #dbff6c, #79FF6C);