#dbfd71
a light, electric green · cool · closest name: khaki
RGB
219, 253, 113
HSL
75°, 97%, 72%
CMYK
13, 0, 55, 1
Luminance
0.8650
Every format
| HEX | #dbfd71 |
| RGB | rgb(219, 253, 113) |
| HSL | hsl(75, 97%, 72%) |
| CMYK | cmyk(13%, 0%, 55%, 1%) |
| LAB | lab(94.5 -30.7 62.2) |
| LCH | lch(94.5 69.4 116.3) |
| OKLCH | oklch(0.942 0.170 121.2) |
Copy-ready code
/* CSS */
color: #dbfd71;
background-color: #dbfd71;
/* Tailwind (arbitrary) */
class="text-[#dbfd71] bg-[#dbfd71]"
/* SCSS */
$brand: #dbfd71;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.443)
/* Android */
Color.parseColor("#dbfd71")Accessibility — WCAG contrast
Aa
#dbfd71 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd71 on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue44.3%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow55.3%
Key (black)0.8%
Color previews
#dbfd71 text on a black background
contrast 18.30:1
Card sample
#dbfd71 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd71;
Background color
Panel with #dbfd71 background
background-color: #dbfd71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd71; background: linear-gradient(135deg, #dbfd71, #7EFD71);