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