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