#dbf293
a light, electric green · cool · closest name: khaki
RGB
219, 242, 147
HSL
75°, 79%, 76%
CMYK
10, 0, 39, 5
Luminance
0.8067
Every format
| HEX | #dbf293 |
| RGB | rgb(219, 242, 147) |
| HSL | hsl(75, 79%, 76%) |
| CMYK | cmyk(10%, 0%, 39%, 5%) |
| LAB | lab(92.0 -22.2 43.3) |
| LCH | lch(92.0 48.7 117.1) |
| OKLCH | oklch(0.923 0.122 120.0) |
Copy-ready code
/* CSS */
color: #dbf293;
background-color: #dbf293;
/* Tailwind (arbitrary) */
class="text-[#dbf293] bg-[#dbf293]"
/* SCSS */
$brand: #dbf293;
/* SwiftUI */
Color(red: 0.859, green: 0.949, blue: 0.576)
/* Android */
Color.parseColor("#dbf293")Accessibility — WCAG contrast
Aa
#dbf293 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf293 on black: 17.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.9%
Blue57.6%
CMYK percentages
Cyan9.5%
Magenta0.0%
Yellow39.3%
Key (black)5.1%
Color previews
#dbf293 text on a black background
contrast 17.13:1
Card sample
#dbf293 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf293;
Background color
Panel with #dbf293 background
background-color: #dbf293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 242, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 242, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf293; background: linear-gradient(135deg, #dbf293, #9CF293);