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