#dbfcac
a light, electric green · cool · closest name: khaki
RGB
219, 252, 172
HSL
85°, 93%, 83%
CMYK
13, 0, 32, 1
Luminance
0.8766
Every format
| HEX | #dbfcac |
| RGB | rgb(219, 252, 172) |
| HSL | hsl(85, 93%, 83%) |
| CMYK | cmyk(13%, 0%, 32%, 1%) |
| LAB | lab(95.0 -23.9 34.9) |
| LCH | lch(95.0 42.3 124.3) |
| OKLCH | oklch(0.949 0.108 126.6) |
Copy-ready code
/* CSS */
color: #dbfcac;
background-color: #dbfcac;
/* Tailwind (arbitrary) */
class="text-[#dbfcac] bg-[#dbfcac]"
/* SCSS */
$brand: #dbfcac;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#dbfcac")Accessibility — WCAG contrast
Aa
#dbfcac on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcac on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue67.5%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#dbfcac text on a black background
contrast 18.53:1
Card sample
#dbfcac text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcac;
Background color
Panel with #dbfcac background
background-color: #dbfcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcac; background: linear-gradient(135deg, #dbfcac, #ACFCB2);