#dbfd99
a light, electric green · cool · closest name: khaki
RGB
219, 253, 153
HSL
80°, 96%, 80%
CMYK
13, 0, 40, 1
Luminance
0.8761
Every format
| HEX | #dbfd99 |
| RGB | rgb(219, 253, 153) |
| HSL | hsl(80, 96%, 80%) |
| CMYK | cmyk(13%, 0%, 40%, 1%) |
| LAB | lab(95.0 -26.7 44.2) |
| LCH | lch(95.0 51.7 121.1) |
| OKLCH | oklch(0.948 0.131 124.2) |
Copy-ready code
/* CSS */
color: #dbfd99;
background-color: #dbfd99;
/* Tailwind (arbitrary) */
class="text-[#dbfd99] bg-[#dbfd99]"
/* SCSS */
$brand: #dbfd99;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.600)
/* Android */
Color.parseColor("#dbfd99")Accessibility — WCAG contrast
Aa
#dbfd99 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd99 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue60.0%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow39.5%
Key (black)0.8%
Color previews
#dbfd99 text on a black background
contrast 18.52:1
Card sample
#dbfd99 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd99;
Background color
Panel with #dbfd99 background
background-color: #dbfd99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd99; background: linear-gradient(135deg, #dbfd99, #99FD9A);