#dbf6ac
a light, electric green · cool · closest name: khaki
RGB
219, 246, 172
HSL
82°, 80%, 82%
CMYK
11, 0, 30, 4
Luminance
0.8395
Every format
| HEX | #dbf6ac |
| RGB | rgb(219, 246, 172) |
| HSL | hsl(82, 80%, 82%) |
| CMYK | cmyk(11%, 0%, 30%, 4%) |
| LAB | lab(93.4 -21.0 32.8) |
| LCH | lch(93.4 38.9 122.6) |
| OKLCH | oklch(0.936 0.100 124.6) |
Copy-ready code
/* CSS */
color: #dbf6ac;
background-color: #dbf6ac;
/* Tailwind (arbitrary) */
class="text-[#dbf6ac] bg-[#dbf6ac]"
/* SCSS */
$brand: #dbf6ac;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 0.675)
/* Android */
Color.parseColor("#dbf6ac")Accessibility — WCAG contrast
Aa
#dbf6ac on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6ac on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue67.5%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow30.1%
Key (black)3.5%
Color previews
#dbf6ac text on a black background
contrast 17.79:1
Card sample
#dbf6ac text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6ac;
Background color
Panel with #dbf6ac background
background-color: #dbf6ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6ac; background: linear-gradient(135deg, #dbf6ac, #ACF6AF);