#dbfdac
a light, electric green · cool · closest name: khaki
RGB
219, 253, 172
HSL
85°, 95%, 83%
CMYK
13, 0, 32, 1
Luminance
0.8829
Every format
| HEX | #dbfdac |
| RGB | rgb(219, 253, 172) |
| HSL | hsl(85, 95%, 83%) |
| CMYK | cmyk(13%, 0%, 32%, 1%) |
| LAB | lab(95.3 -24.3 35.3) |
| LCH | lch(95.3 42.8 124.6) |
| OKLCH | oklch(0.951 0.110 126.9) |
Copy-ready code
/* CSS */
color: #dbfdac;
background-color: #dbfdac;
/* Tailwind (arbitrary) */
class="text-[#dbfdac] bg-[#dbfdac]"
/* SCSS */
$brand: #dbfdac;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.675)
/* Android */
Color.parseColor("#dbfdac")Accessibility — WCAG contrast
Aa
#dbfdac on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdac on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue67.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow32.0%
Key (black)0.8%
Color previews
#dbfdac text on a black background
contrast 18.66:1
Card sample
#dbfdac text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdac;
Background color
Panel with #dbfdac background
background-color: #dbfdac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdac; background: linear-gradient(135deg, #dbfdac, #ACFDB3);