#dbf79f
a light, electric green · cool · closest name: khaki
RGB
219, 247, 159
HSL
79°, 85%, 80%
CMYK
11, 0, 36, 3
Luminance
0.8408
Every format
| HEX | #dbf79f |
| RGB | rgb(219, 247, 159) |
| HSL | hsl(79, 85%, 80%) |
| CMYK | cmyk(11%, 0%, 36%, 3%) |
| LAB | lab(93.5 -23.1 39.4) |
| LCH | lch(93.5 45.6 120.5) |
| OKLCH | oklch(0.936 0.116 123.0) |
Copy-ready code
/* CSS */
color: #dbf79f;
background-color: #dbf79f;
/* Tailwind (arbitrary) */
class="text-[#dbf79f] bg-[#dbf79f]"
/* SCSS */
$brand: #dbf79f;
/* SwiftUI */
Color(red: 0.859, green: 0.969, blue: 0.624)
/* Android */
Color.parseColor("#dbf79f")Accessibility — WCAG contrast
Aa
#dbf79f on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf79f on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.9%
Blue62.4%
CMYK percentages
Cyan11.3%
Magenta0.0%
Yellow35.6%
Key (black)3.1%
Color previews
#dbf79f text on a black background
contrast 17.82:1
Card sample
#dbf79f text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf79f;
Background color
Panel with #dbf79f background
background-color: #dbf79f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf79f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 247, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 247, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf79f; background: linear-gradient(135deg, #dbf79f, #A0F79F);