#dbfcaf
a light, electric green · cool · closest name: khaki
RGB
219, 252, 175
HSL
86°, 93%, 84%
CMYK
13, 0, 31, 1
Luminance
0.8778
Every format
| HEX | #dbfcaf |
| RGB | rgb(219, 252, 175) |
| HSL | hsl(86, 93%, 84%) |
| CMYK | cmyk(13%, 0%, 31%, 1%) |
| LAB | lab(95.1 -23.4 33.5) |
| LCH | lch(95.1 40.9 125.0) |
| OKLCH | oklch(0.949 0.105 127.1) |
Copy-ready code
/* CSS */
color: #dbfcaf;
background-color: #dbfcaf;
/* Tailwind (arbitrary) */
class="text-[#dbfcaf] bg-[#dbfcaf]"
/* SCSS */
$brand: #dbfcaf;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.686)
/* Android */
Color.parseColor("#dbfcaf")Accessibility — WCAG contrast
Aa
#dbfcaf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcaf on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue68.6%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow30.6%
Key (black)1.2%
Color previews
#dbfcaf text on a black background
contrast 18.56:1
Card sample
#dbfcaf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcaf;
Background color
Panel with #dbfcaf background
background-color: #dbfcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcaf; background: linear-gradient(135deg, #dbfcaf, #AFFCB6);