#dbf9b8
a light, electric green · cool · closest name: khaki
RGB
219, 249, 184
HSL
88°, 84%, 85%
CMYK
12, 0, 26, 2
Luminance
0.8627
Every format
| HEX | #dbf9b8 |
| RGB | rgb(219, 249, 184) |
| HSL | hsl(88, 84%, 85%) |
| CMYK | cmyk(12%, 0%, 26%, 2%) |
| LAB | lab(94.4 -20.7 28.1) |
| LCH | lch(94.4 34.9 126.5) |
| OKLCH | oklch(0.945 0.090 128.2) |
Copy-ready code
/* CSS */
color: #dbf9b8;
background-color: #dbf9b8;
/* Tailwind (arbitrary) */
class="text-[#dbf9b8] bg-[#dbf9b8]"
/* SCSS */
$brand: #dbf9b8;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.722)
/* Android */
Color.parseColor("#dbf9b8")Accessibility — WCAG contrast
Aa
#dbf9b8 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9b8 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue72.2%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow26.1%
Key (black)2.4%
Color previews
#dbf9b8 text on a black background
contrast 18.25:1
Card sample
#dbf9b8 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9b8;
Background color
Panel with #dbf9b8 background
background-color: #dbf9b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9b8; background: linear-gradient(135deg, #dbf9b8, #B8F9C0);