#dbfac4
a pale, electric green · cool · closest name: beige
RGB
219, 250, 196
HSL
94°, 84%, 88%
CMYK
12, 0, 22, 2
Luminance
0.8742
Every format
| HEX | #dbfac4 |
| RGB | rgb(219, 250, 196) |
| HSL | hsl(94, 84%, 88%) |
| CMYK | cmyk(12%, 0%, 22%, 2%) |
| LAB | lab(94.9 -19.4 22.6) |
| LCH | lch(94.9 29.8 130.6) |
| OKLCH | oklch(0.949 0.078 132.1) |
Copy-ready code
/* CSS */
color: #dbfac4;
background-color: #dbfac4;
/* Tailwind (arbitrary) */
class="text-[#dbfac4] bg-[#dbfac4]"
/* SCSS */
$brand: #dbfac4;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.769)
/* Android */
Color.parseColor("#dbfac4")Accessibility — WCAG contrast
Aa
#dbfac4 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfac4 on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue76.9%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow21.6%
Key (black)2.0%
Color previews
#dbfac4 text on a black background
contrast 18.48:1
Card sample
#dbfac4 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfac4;
Background color
Panel with #dbfac4 background
background-color: #dbfac4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfac4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfac4; background: linear-gradient(135deg, #dbfac4, #C4FAD1);