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