#dbfd91
a light, electric green · cool · closest name: khaki
RGB
219, 253, 145
HSL
79°, 96%, 78%
CMYK
13, 0, 43, 1
Luminance
0.8735
Every format
| HEX | #dbfd91 |
| RGB | rgb(219, 253, 145) |
| HSL | hsl(79, 96%, 78%) |
| CMYK | cmyk(13%, 0%, 43%, 1%) |
| LAB | lab(94.9 -27.6 48.0) |
| LCH | lch(94.9 55.4 119.9) |
| OKLCH | oklch(0.946 0.139 123.3) |
Copy-ready code
/* CSS */
color: #dbfd91;
background-color: #dbfd91;
/* Tailwind (arbitrary) */
class="text-[#dbfd91] bg-[#dbfd91]"
/* SCSS */
$brand: #dbfd91;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.569)
/* Android */
Color.parseColor("#dbfd91")Accessibility — WCAG contrast
Aa
#dbfd91 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfd91 on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue56.9%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow42.7%
Key (black)0.8%
Color previews
#dbfd91 text on a black background
contrast 18.47:1
Card sample
#dbfd91 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfd91;
Background color
Panel with #dbfd91 background
background-color: #dbfd91;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfd91;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfd91; background: linear-gradient(135deg, #dbfd91, #93FD91);