#dbf3ac
a light, vivid green · cool · closest name: khaki
RGB
219, 243, 172
HSL
80°, 75%, 81%
CMYK
10, 0, 29, 5
Luminance
0.8214
Every format
| HEX | #dbf3ac |
| RGB | rgb(219, 243, 172) |
| HSL | hsl(80, 75%, 81%) |
| CMYK | cmyk(10%, 0%, 29%, 5%) |
| LAB | lab(92.6 -19.5 31.7) |
| LCH | lch(92.6 37.2 121.6) |
| OKLCH | oklch(0.930 0.095 123.4) |
Copy-ready code
/* CSS */
color: #dbf3ac;
background-color: #dbf3ac;
/* Tailwind (arbitrary) */
class="text-[#dbf3ac] bg-[#dbf3ac]"
/* SCSS */
$brand: #dbf3ac;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#dbf3ac")Accessibility — WCAG contrast
Aa
#dbf3ac on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3ac on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue67.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#dbf3ac text on a black background
contrast 17.43:1
Card sample
#dbf3ac text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3ac;
Background color
Panel with #dbf3ac background
background-color: #dbf3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3ac; background: linear-gradient(135deg, #dbf3ac, #ACF3AC);