#dbfeba
a pale, electric green · cool · closest name: khaki
RGB
219, 254, 186
HSL
91°, 97%, 86%
CMYK
14, 0, 27, 0
Luminance
0.8949
Every format
| HEX | #dbfeba |
| RGB | rgb(219, 254, 186) |
| HSL | hsl(91, 97%, 86%) |
| CMYK | cmyk(14%, 0%, 27%, 0%) |
| LAB | lab(95.8 -22.9 28.9) |
| LCH | lch(95.8 36.9 128.3) |
| OKLCH | oklch(0.956 0.096 130.2) |
Copy-ready code
/* CSS */
color: #dbfeba;
background-color: #dbfeba;
/* Tailwind (arbitrary) */
class="text-[#dbfeba] bg-[#dbfeba]"
/* SCSS */
$brand: #dbfeba;
/* SwiftUI */
Color(red: 0.859, green: 0.996, blue: 0.729)
/* Android */
Color.parseColor("#dbfeba")Accessibility — WCAG contrast
Aa
#dbfeba on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfeba on black: 18.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.6%
Blue72.9%
CMYK percentages
Cyan13.8%
Magenta0.0%
Yellow26.8%
Key (black)0.4%
Color previews
#dbfeba text on a black background
contrast 18.90:1
Card sample
#dbfeba text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfeba;
Background color
Panel with #dbfeba background
background-color: #dbfeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 254, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 254, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfeba; background: linear-gradient(135deg, #dbfeba, #BAFEC6);