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