#dbfac8
a pale, electric green · cool · closest name: beige
RGB
219, 250, 200
HSL
97°, 83%, 88%
CMYK
12, 0, 20, 2
Luminance
0.8760
Every format
| HEX | #dbfac8 |
| RGB | rgb(219, 250, 200) |
| HSL | hsl(97, 83%, 88%) |
| CMYK | cmyk(12%, 0%, 20%, 2%) |
| LAB | lab(95.0 -18.8 20.7) |
| LCH | lch(95.0 28.0 132.3) |
| OKLCH | oklch(0.950 0.073 133.7) |
Copy-ready code
/* CSS */
color: #dbfac8;
background-color: #dbfac8;
/* Tailwind (arbitrary) */
class="text-[#dbfac8] bg-[#dbfac8]"
/* SCSS */
$brand: #dbfac8;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.784)
/* Android */
Color.parseColor("#dbfac8")Accessibility — WCAG contrast
Aa
#dbfac8 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfac8 on black: 18.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue78.4%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow20.0%
Key (black)2.0%
Color previews
#dbfac8 text on a black background
contrast 18.52:1
Card sample
#dbfac8 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfac8;
Background color
Panel with #dbfac8 background
background-color: #dbfac8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfac8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfac8; background: linear-gradient(135deg, #dbfac8, #C8FAD6);