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