#dbf9ac
a light, electric green · cool · closest name: khaki
RGB
219, 249, 172
HSL
83°, 87%, 83%
CMYK
12, 0, 31, 2
Luminance
0.8579
Every format
| HEX | #dbf9ac |
| RGB | rgb(219, 249, 172) |
| HSL | hsl(83, 87%, 83%) |
| CMYK | cmyk(12%, 0%, 31%, 2%) |
| LAB | lab(94.2 -22.4 33.8) |
| LCH | lch(94.2 40.6 123.5) |
| OKLCH | oklch(0.942 0.104 125.6) |
Copy-ready code
/* CSS */
color: #dbf9ac;
background-color: #dbf9ac;
/* Tailwind (arbitrary) */
class="text-[#dbf9ac] bg-[#dbf9ac]"
/* SCSS */
$brand: #dbf9ac;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.675)
/* Android */
Color.parseColor("#dbf9ac")Accessibility — WCAG contrast
Aa
#dbf9ac on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9ac on black: 18.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue67.5%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow30.9%
Key (black)2.4%
Color previews
#dbf9ac text on a black background
contrast 18.16:1
Card sample
#dbf9ac text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9ac;
Background color
Panel with #dbf9ac background
background-color: #dbf9ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9ac; background: linear-gradient(135deg, #dbf9ac, #ACF9B0);