#dbff7c
a light, electric green · cool · closest name: khaki
RGB
219, 255, 124
HSL
77°, 100%, 74%
CMYK
14, 0, 51, 0
Luminance
0.8804
Every format
| HEX | #dbff7c |
| RGB | rgb(219, 255, 124) |
| HSL | hsl(77, 100%, 74%) |
| CMYK | cmyk(14%, 0%, 51%, 0%) |
| LAB | lab(95.2 -30.7 58.1) |
| LCH | lch(95.2 65.7 117.8) |
| OKLCH | oklch(0.948 0.162 122.3) |
Copy-ready code
/* CSS */
color: #dbff7c;
background-color: #dbff7c;
/* Tailwind (arbitrary) */
class="text-[#dbff7c] bg-[#dbff7c]"
/* SCSS */
$brand: #dbff7c;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.486)
/* Android */
Color.parseColor("#dbff7c")Accessibility — WCAG contrast
Aa
#dbff7c on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff7c on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue48.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow51.4%
Key (black)0.0%
Color previews
#dbff7c text on a black background
contrast 18.61:1
Card sample
#dbff7c text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff7c;
Background color
Panel with #dbff7c background
background-color: #dbff7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff7c; background: linear-gradient(135deg, #dbff7c, #84FF7C);