#dbf9bc
a pale, electric green · cool · closest name: beige
RGB
219, 249, 188
HSL
90°, 84%, 86%
CMYK
12, 0, 25, 2
Luminance
0.8644
Every format
| HEX | #dbf9bc |
| RGB | rgb(219, 249, 188) |
| HSL | hsl(90, 84%, 86%) |
| CMYK | cmyk(12%, 0%, 25%, 2%) |
| LAB | lab(94.5 -20.2 26.1) |
| LCH | lch(94.5 33.0 127.6) |
| OKLCH | oklch(0.945 0.086 129.2) |
Copy-ready code
/* CSS */
color: #dbf9bc;
background-color: #dbf9bc;
/* Tailwind (arbitrary) */
class="text-[#dbf9bc] bg-[#dbf9bc]"
/* SCSS */
$brand: #dbf9bc;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 0.737)
/* Android */
Color.parseColor("#dbf9bc")Accessibility — WCAG contrast
Aa
#dbf9bc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9bc on black: 18.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue73.7%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow24.5%
Key (black)2.4%
Color previews
#dbf9bc text on a black background
contrast 18.29:1
Card sample
#dbf9bc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9bc;
Background color
Panel with #dbf9bc background
background-color: #dbf9bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9bc; background: linear-gradient(135deg, #dbf9bc, #BCF9C6);