#dbf0ac
a light, vivid green · cool · closest name: khaki
RGB
219, 240, 172
HSL
79°, 69%, 81%
CMYK
9, 0, 28, 6
Luminance
0.8036
Every format
| HEX | #dbf0ac |
| RGB | rgb(219, 240, 172) |
| HSL | hsl(79, 69%, 81%) |
| CMYK | cmyk(9%, 0%, 28%, 6%) |
| LAB | lab(91.8 -18.1 30.7) |
| LCH | lch(91.8 35.6 120.5) |
| OKLCH | oklch(0.923 0.091 122.1) |
Copy-ready code
/* CSS */
color: #dbf0ac;
background-color: #dbf0ac;
/* Tailwind (arbitrary) */
class="text-[#dbf0ac] bg-[#dbf0ac]"
/* SCSS */
$brand: #dbf0ac;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.675)
/* Android */
Color.parseColor("#dbf0ac")Accessibility — WCAG contrast
Aa
#dbf0ac on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0ac on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue67.5%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow28.3%
Key (black)5.9%
Color previews
#dbf0ac text on a black background
contrast 17.07:1
Card sample
#dbf0ac text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0ac;
Background color
Panel with #dbf0ac background
background-color: #dbf0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0ac; background: linear-gradient(135deg, #dbf0ac, #AEF0AC);