#dbeccf
a pale, soft green · cool · closest name: beige
RGB
219, 236, 207
HSL
95°, 43%, 87%
CMYK
7, 0, 12, 8
Luminance
0.7956
Every format
| HEX | #dbeccf |
| RGB | rgb(219, 236, 207) |
| HSL | hsl(95, 43%, 87%) |
| CMYK | cmyk(7%, 0%, 12%, 8%) |
| LAB | lab(91.5 -10.8 12.2) |
| LCH | lch(91.5 16.2 131.5) |
| OKLCH | oklch(0.923 0.043 132.2) |
Copy-ready code
/* CSS */
color: #dbeccf;
background-color: #dbeccf;
/* Tailwind (arbitrary) */
class="text-[#dbeccf] bg-[#dbeccf]"
/* SCSS */
$brand: #dbeccf;
/* SwiftUI */
Color(red: 0.859, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#dbeccf")Accessibility — WCAG contrast
Aa
#dbeccf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeccf on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.5%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#dbeccf text on a black background
contrast 16.91:1
Card sample
#dbeccf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeccf;
Background color
Panel with #dbeccf background
background-color: #dbeccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeccf; background: linear-gradient(135deg, #dbeccf, #CFECD6);