#dbfbc5
a pale, electric green · cool · closest name: beige
RGB
219, 251, 197
HSL
96°, 87%, 88%
CMYK
13, 0, 22, 2
Luminance
0.8809
Every format
| HEX | #dbfbc5 |
| RGB | rgb(219, 251, 197) |
| HSL | hsl(96, 87%, 88%) |
| CMYK | cmyk(13%, 0%, 22%, 2%) |
| LAB | lab(95.2 -19.8 22.5) |
| LCH | lch(95.2 30.0 131.3) |
| OKLCH | oklch(0.952 0.078 132.8) |
Copy-ready code
/* CSS */
color: #dbfbc5;
background-color: #dbfbc5;
/* Tailwind (arbitrary) */
class="text-[#dbfbc5] bg-[#dbfbc5]"
/* SCSS */
$brand: #dbfbc5;
/* SwiftUI */
Color(red: 0.859, green: 0.984, blue: 0.773)
/* Android */
Color.parseColor("#dbfbc5")Accessibility — WCAG contrast
Aa
#dbfbc5 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfbc5 on black: 18.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.4%
Blue77.3%
CMYK percentages
Cyan12.7%
Magenta0.0%
Yellow21.5%
Key (black)1.6%
Color previews
#dbfbc5 text on a black background
contrast 18.62:1
Card sample
#dbfbc5 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfbc5;
Background color
Panel with #dbfbc5 background
background-color: #dbfbc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfbc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 251, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 251, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfbc5; background: linear-gradient(135deg, #dbfbc5, #C5FBD3);