#dbffac
a light, electric green · cool · closest name: khaki
RGB
219, 255, 172
HSL
86°, 100%, 84%
CMYK
14, 0, 33, 0
Luminance
0.8956
Every format
| HEX | #dbffac |
| RGB | rgb(219, 255, 172) |
| HSL | hsl(86, 100%, 84%) |
| CMYK | cmyk(14%, 0%, 33%, 0%) |
| LAB | lab(95.8 -25.3 36.0) |
| LCH | lch(95.8 44.0 125.1) |
| OKLCH | oklch(0.955 0.113 127.5) |
Copy-ready code
/* CSS */
color: #dbffac;
background-color: #dbffac;
/* Tailwind (arbitrary) */
class="text-[#dbffac] bg-[#dbffac]"
/* SCSS */
$brand: #dbffac;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.675)
/* Android */
Color.parseColor("#dbffac")Accessibility — WCAG contrast
Aa
#dbffac on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffac on black: 18.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue67.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow32.5%
Key (black)0.0%
Color previews
#dbffac text on a black background
contrast 18.91:1
Card sample
#dbffac text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffac;
Background color
Panel with #dbffac background
background-color: #dbffac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffac; background: linear-gradient(135deg, #dbffac, #ACFFB4);