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