#dbff8c
a light, electric green · cool · closest name: khaki
RGB
219, 255, 140
HSL
79°, 100%, 78%
CMYK
14, 0, 45, 0
Luminance
0.8847
Every format
| HEX | #dbff8c |
| RGB | rgb(219, 255, 140) |
| HSL | hsl(79, 100%, 78%) |
| CMYK | cmyk(14%, 0%, 45%, 0%) |
| LAB | lab(95.4 -29.1 50.9) |
| LCH | lch(95.4 58.7 119.7) |
| OKLCH | oklch(0.950 0.147 123.4) |
Copy-ready code
/* CSS */
color: #dbff8c;
background-color: #dbff8c;
/* Tailwind (arbitrary) */
class="text-[#dbff8c] bg-[#dbff8c]"
/* SCSS */
$brand: #dbff8c;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.549)
/* Android */
Color.parseColor("#dbff8c")Accessibility — WCAG contrast
Aa
#dbff8c on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff8c on black: 18.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue54.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow45.1%
Key (black)0.0%
Color previews
#dbff8c text on a black background
contrast 18.69:1
Card sample
#dbff8c text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff8c;
Background color
Panel with #dbff8c background
background-color: #dbff8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff8c; background: linear-gradient(135deg, #dbff8c, #8FFF8C);