#dbf892
a light, electric green · cool · closest name: khaki
RGB
219, 248, 146
HSL
77°, 88%, 77%
CMYK
12, 0, 41, 3
Luminance
0.8427
Every format
| HEX | #dbf892 |
| RGB | rgb(219, 248, 146) |
| HSL | hsl(77, 88%, 77%) |
| CMYK | cmyk(12%, 0%, 41%, 3%) |
| LAB | lab(93.6 -25.1 45.8) |
| LCH | lch(93.6 52.3 118.8) |
| OKLCH | oklch(0.936 0.131 121.9) |
Copy-ready code
/* CSS */
color: #dbf892;
background-color: #dbf892;
/* Tailwind (arbitrary) */
class="text-[#dbf892] bg-[#dbf892]"
/* SCSS */
$brand: #dbf892;
/* SwiftUI */
Color(red: 0.859, green: 0.973, blue: 0.573)
/* Android */
Color.parseColor("#dbf892")Accessibility — WCAG contrast
Aa
#dbf892 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf892 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.3%
Blue57.3%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow41.1%
Key (black)2.7%
Color previews
#dbf892 text on a black background
contrast 17.85:1
Card sample
#dbf892 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf892;
Background color
Panel with #dbf892 background
background-color: #dbf892;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf892;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 248, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 248, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf892; background: linear-gradient(135deg, #dbf892, #97F892);