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