#dbf366
a light, electric green · cool · closest name: khaki
RGB
219, 243, 102
HSL
70°, 86%, 68%
CMYK
10, 0, 58, 5
Luminance
0.8012
Every format
| HEX | #dbf366 |
| RGB | rgb(219, 243, 102) |
| HSL | hsl(70, 86%, 68%) |
| CMYK | cmyk(10%, 0%, 58%, 5%) |
| LAB | lab(91.7 -26.9 63.8) |
| LCH | lch(91.7 69.3 112.9) |
| OKLCH | oklch(0.919 0.167 117.9) |
Copy-ready code
/* CSS */
color: #dbf366;
background-color: #dbf366;
/* Tailwind (arbitrary) */
class="text-[#dbf366] bg-[#dbf366]"
/* SCSS */
$brand: #dbf366;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#dbf366")Accessibility — WCAG contrast
Aa
#dbf366 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf366 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue40.0%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#dbf366 text on a black background
contrast 17.02:1
Card sample
#dbf366 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf366;
Background color
Panel with #dbf366 background
background-color: #dbf366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf366; background: linear-gradient(135deg, #dbf366, #7DF366);