#dbff70
a light, electric green · cool · closest name: khaki
RGB
219, 255, 112
HSL
75°, 100%, 72%
CMYK
14, 0, 56, 0
Luminance
0.8775
Every format
| HEX | #dbff70 |
| RGB | rgb(219, 255, 112) |
| HSL | hsl(75, 100%, 72%) |
| CMYK | cmyk(14%, 0%, 56%, 0%) |
| LAB | lab(95.1 -31.7 63.3) |
| LCH | lch(95.1 70.8 116.6) |
| OKLCH | oklch(0.946 0.173 121.6) |
Copy-ready code
/* CSS */
color: #dbff70;
background-color: #dbff70;
/* Tailwind (arbitrary) */
class="text-[#dbff70] bg-[#dbff70]"
/* SCSS */
$brand: #dbff70;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.439)
/* Android */
Color.parseColor("#dbff70")Accessibility — WCAG contrast
Aa
#dbff70 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbff70 on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue43.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow56.1%
Key (black)0.0%
Color previews
#dbff70 text on a black background
contrast 18.55:1
Card sample
#dbff70 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbff70;
Background color
Panel with #dbff70 background
background-color: #dbff70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbff70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbff70; background: linear-gradient(135deg, #dbff70, #7CFF70);