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