#dbf799
a light, electric green · cool · closest name: khaki
RGB
219, 247, 153
HSL
78°, 86%, 78%
CMYK
11, 0, 38, 3
Luminance
0.8388
Every format
| HEX | #dbf799 |
| RGB | rgb(219, 247, 153) |
| HSL | hsl(78, 86%, 78%) |
| CMYK | cmyk(11%, 0%, 38%, 3%) |
| LAB | lab(93.4 -23.9 42.2) |
| LCH | lch(93.4 48.5 119.5) |
| OKLCH | oklch(0.935 0.122 122.3) |
Copy-ready code
/* CSS */
color: #dbf799;
background-color: #dbf799;
/* Tailwind (arbitrary) */
class="text-[#dbf799] bg-[#dbf799]"
/* SCSS */
$brand: #dbf799;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#dbf799")Accessibility — WCAG contrast
Aa
#dbf799 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf799 on black: 17.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue60.0%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow38.1%
Key (black)3.1%
Color previews
#dbf799 text on a black background
contrast 17.78:1
Card sample
#dbf799 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf799;
Background color
Panel with #dbf799 background
background-color: #dbf799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf799; background: linear-gradient(135deg, #dbf799, #9CF799);