#dbfab8
a pale, electric green · cool · closest name: khaki
RGB
219, 250, 184
HSL
88°, 87%, 85%
CMYK
12, 0, 26, 2
Luminance
0.8689
Every format
| HEX | #dbfab8 |
| RGB | rgb(219, 250, 184) |
| HSL | hsl(88, 87%, 85%) |
| CMYK | cmyk(12%, 0%, 26%, 2%) |
| LAB | lab(94.7 -21.2 28.4) |
| LCH | lch(94.7 35.5 126.7) |
| OKLCH | oklch(0.947 0.092 128.5) |
Copy-ready code
/* CSS */
color: #dbfab8;
background-color: #dbfab8;
/* Tailwind (arbitrary) */
class="text-[#dbfab8] bg-[#dbfab8]"
/* SCSS */
$brand: #dbfab8;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.722)
/* Android */
Color.parseColor("#dbfab8")Accessibility — WCAG contrast
Aa
#dbfab8 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfab8 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue72.2%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow26.4%
Key (black)2.0%
Color previews
#dbfab8 text on a black background
contrast 18.38:1
Card sample
#dbfab8 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfab8;
Background color
Panel with #dbfab8 background
background-color: #dbfab8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfab8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfab8; background: linear-gradient(135deg, #dbfab8, #B8FAC1);