#dbfba9
a light, electric green · cool · closest name: khaki
RGB
219, 251, 169
HSL
83°, 91%, 82%
CMYK
13, 0, 33, 2
Luminance
0.8692
Every format
| HEX | #dbfba9 |
| RGB | rgb(219, 251, 169) |
| HSL | hsl(83, 91%, 82%) |
| CMYK | cmyk(13%, 0%, 33%, 2%) |
| LAB | lab(94.7 -23.8 36.0) |
| LCH | lch(94.7 43.1 123.5) |
| OKLCH | oklch(0.946 0.110 125.8) |
Copy-ready code
/* CSS */
color: #dbfba9;
background-color: #dbfba9;
/* Tailwind (arbitrary) */
class="text-[#dbfba9] bg-[#dbfba9]"
/* SCSS */
$brand: #dbfba9;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.663)
/* Android */
Color.parseColor("#dbfba9")Accessibility — WCAG contrast
Aa
#dbfba9 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfba9 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue66.3%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow32.7%
Key (black)1.6%
Color previews
#dbfba9 text on a black background
contrast 18.38:1
Card sample
#dbfba9 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfba9;
Background color
Panel with #dbfba9 background
background-color: #dbfba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfba9; background: linear-gradient(135deg, #dbfba9, #A9FBAE);