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