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