#dbffb5
a pale, electric green · cool · closest name: khaki
RGB
219, 255, 181
HSL
89°, 100%, 86%
CMYK
14, 0, 29, 0
Luminance
0.8992
Every format
| HEX | #dbffb5 |
| RGB | rgb(219, 255, 181) |
| HSL | hsl(89, 100%, 86%) |
| CMYK | cmyk(14%, 0%, 29%, 0%) |
| LAB | lab(96.0 -24.1 31.7) |
| LCH | lch(96.0 39.8 127.2) |
| OKLCH | oklch(0.957 0.103 129.3) |
Copy-ready code
/* CSS */
color: #dbffb5;
background-color: #dbffb5;
/* Tailwind (arbitrary) */
class="text-[#dbffb5] bg-[#dbffb5]"
/* SCSS */
$brand: #dbffb5;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.710)
/* Android */
Color.parseColor("#dbffb5")Accessibility — WCAG contrast
Aa
#dbffb5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbffb5 on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue71.0%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow29.0%
Key (black)0.0%
Color previews
#dbffb5 text on a black background
contrast 18.98:1
Card sample
#dbffb5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbffb5;
Background color
Panel with #dbffb5 background
background-color: #dbffb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbffb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbffb5; background: linear-gradient(135deg, #dbffb5, #B5FFC0);