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