#dbffaf
a light, electric green · cool · closest name: khaki
RGB
219, 255, 175
HSL
87°, 100%, 84%
CMYK
14, 0, 31, 0
Luminance
0.8968
Every format
| HEX | #dbffaf |
| RGB | rgb(219, 255, 175) |
| HSL | hsl(87, 100%, 84%) |
| CMYK | cmyk(14%, 0%, 31%, 0%) |
| LAB | lab(95.9 -24.9 34.5) |
| LCH | lch(95.9 42.5 125.8) |
| OKLCH | oklch(0.956 0.110 128.0) |
Copy-ready code
/* CSS */
color: #dbffaf;
background-color: #dbffaf;
/* Tailwind (arbitrary) */
class="text-[#dbffaf] bg-[#dbffaf]"
/* SCSS */
$brand: #dbffaf;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.686)
/* Android */
Color.parseColor("#dbffaf")Accessibility — WCAG contrast
Aa
#dbffaf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffaf on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue68.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow31.4%
Key (black)0.0%
Color previews
#dbffaf text on a black background
contrast 18.94:1
Card sample
#dbffaf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffaf;
Background color
Panel with #dbffaf background
background-color: #dbffaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffaf; background: linear-gradient(135deg, #dbffaf, #AFFFB8);