#dbf983
a light, electric green · cool · closest name: khaki
RGB
219, 249, 131
HSL
75°, 91%, 75%
CMYK
12, 0, 47, 2
Luminance
0.8445
Every format
| HEX | #dbf983 |
| RGB | rgb(219, 249, 131) |
| HSL | hsl(75, 91%, 75%) |
| CMYK | cmyk(12%, 0%, 47%, 2%) |
| LAB | lab(93.7 -27.2 53.0) |
| LCH | lch(93.7 59.6 117.2) |
| OKLCH | oklch(0.936 0.148 121.1) |
Copy-ready code
/* CSS */
color: #dbf983;
background-color: #dbf983;
/* Tailwind (arbitrary) */
class="text-[#dbf983] bg-[#dbf983]"
/* SCSS */
$brand: #dbf983;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.514)
/* Android */
Color.parseColor("#dbf983")Accessibility — WCAG contrast
Aa
#dbf983 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf983 on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue51.4%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow47.4%
Key (black)2.4%
Color previews
#dbf983 text on a black background
contrast 17.89:1
Card sample
#dbf983 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf983;
Background color
Panel with #dbf983 background
background-color: #dbf983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf983; background: linear-gradient(135deg, #dbf983, #8CF983);