#dbeabf
a light, vivid green · cool · closest name: beige
RGB
219, 234, 191
HSL
81°, 51%, 83%
CMYK
6, 0, 18, 8
Luminance
0.7767
Every format
| HEX | #dbeabf |
| RGB | rgb(219, 234, 191) |
| HSL | hsl(81, 51%, 83%) |
| CMYK | cmyk(6%, 0%, 18%, 8%) |
| LAB | lab(90.6 -12.3 19.3) |
| LCH | lch(90.6 22.9 122.6) |
| OKLCH | oklch(0.915 0.059 123.2) |
Copy-ready code
/* CSS */
color: #dbeabf;
background-color: #dbeabf;
/* Tailwind (arbitrary) */
class="text-[#dbeabf] bg-[#dbeabf]"
/* SCSS */
$brand: #dbeabf;
/* SwiftUI */
Color(red: 0.859, green: 0.918, blue: 0.749)
/* Android */
Color.parseColor("#dbeabf")Accessibility — WCAG contrast
Aa
#dbeabf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeabf on black: 16.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green91.8%
Blue74.9%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow18.4%
Key (black)8.2%
Color previews
#dbeabf text on a black background
contrast 16.53:1
Card sample
#dbeabf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeabf;
Background color
Panel with #dbeabf background
background-color: #dbeabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 234, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 234, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeabf; background: linear-gradient(135deg, #dbeabf, #BFEAC0);