#dbfbc9
a pale, electric green · cool · closest name: beige
RGB
219, 251, 201
HSL
98°, 86%, 89%
CMYK
13, 0, 20, 2
Luminance
0.8827
Every format
| HEX | #dbfbc9 |
| RGB | rgb(219, 251, 201) |
| HSL | hsl(98, 86%, 89%) |
| CMYK | cmyk(13%, 0%, 20%, 2%) |
| LAB | lab(95.3 -19.1 20.6) |
| LCH | lch(95.3 28.1 132.9) |
| OKLCH | oklch(0.952 0.074 134.3) |
Copy-ready code
/* CSS */
color: #dbfbc9;
background-color: #dbfbc9;
/* Tailwind (arbitrary) */
class="text-[#dbfbc9] bg-[#dbfbc9]"
/* SCSS */
$brand: #dbfbc9;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#dbfbc9")Accessibility — WCAG contrast
Aa
#dbfbc9 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfbc9 on black: 18.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue78.8%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#dbfbc9 text on a black background
contrast 18.65:1
Card sample
#dbfbc9 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfbc9;
Background color
Panel with #dbfbc9 background
background-color: #dbfbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfbc9; background: linear-gradient(135deg, #dbfbc9, #C9FBD8);