#dbeacf
a pale, soft green · cool · closest name: beige
RGB
219, 234, 207
HSL
93°, 39%, 87%
CMYK
6, 0, 12, 8
Luminance
0.7841
Every format
| HEX | #dbeacf |
| RGB | rgb(219, 234, 207) |
| HSL | hsl(93, 39%, 87%) |
| CMYK | cmyk(6%, 0%, 12%, 8%) |
| LAB | lab(91.0 -9.8 11.4) |
| LCH | lch(91.0 15.0 130.5) |
| OKLCH | oklch(0.919 0.039 131.1) |
Copy-ready code
/* CSS */
color: #dbeacf;
background-color: #dbeacf;
/* Tailwind (arbitrary) */
class="text-[#dbeacf] bg-[#dbeacf]"
/* SCSS */
$brand: #dbeacf;
/* SwiftUI */
Color(red: 0.859, green: 0.918, blue: 0.812)
/* Android */
Color.parseColor("#dbeacf")Accessibility — WCAG contrast
Aa
#dbeacf on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeacf on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green91.8%
Blue81.2%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow11.5%
Key (black)8.2%
Color previews
#dbeacf text on a black background
contrast 16.68:1
Card sample
#dbeacf text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeacf;
Background color
Panel with #dbeacf background
background-color: #dbeacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 234, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 234, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeacf; background: linear-gradient(135deg, #dbeacf, #CFEAD5);