#dbf48f
a light, electric green · cool · closest name: khaki
RGB
219, 244, 143
HSL
75°, 82%, 76%
CMYK
10, 0, 41, 4
Luminance
0.8174
Every format
| HEX | #dbf48f |
| RGB | rgb(219, 244, 143) |
| HSL | hsl(75, 82%, 76%) |
| CMYK | cmyk(10%, 0%, 41%, 4%) |
| LAB | lab(92.5 -23.6 45.9) |
| LCH | lch(92.5 51.6 117.2) |
| OKLCH | oklch(0.927 0.129 120.3) |
Copy-ready code
/* CSS */
color: #dbf48f;
background-color: #dbf48f;
/* Tailwind (arbitrary) */
class="text-[#dbf48f] bg-[#dbf48f]"
/* SCSS */
$brand: #dbf48f;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.561)
/* Android */
Color.parseColor("#dbf48f")Accessibility — WCAG contrast
Aa
#dbf48f on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf48f on black: 17.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue56.1%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow41.4%
Key (black)4.3%
Color previews
#dbf48f text on a black background
contrast 17.35:1
Card sample
#dbf48f text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf48f;
Background color
Panel with #dbf48f background
background-color: #dbf48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf48f; background: linear-gradient(135deg, #dbf48f, #98F48F);