#dbeccb
a pale, vivid green · cool · closest name: beige
RGB
219, 236, 203
HSL
91°, 47%, 86%
CMYK
7, 0, 14, 8
Luminance
0.7936
Every format
| HEX | #dbeccb |
| RGB | rgb(219, 236, 203) |
| HSL | hsl(91, 47%, 86%) |
| CMYK | cmyk(7%, 0%, 14%, 8%) |
| LAB | lab(91.4 -11.4 14.1) |
| LCH | lch(91.4 18.1 129.0) |
| OKLCH | oklch(0.922 0.047 129.6) |
Copy-ready code
/* CSS */
color: #dbeccb;
background-color: #dbeccb;
/* Tailwind (arbitrary) */
class="text-[#dbeccb] bg-[#dbeccb]"
/* SCSS */
$brand: #dbeccb;
/* SwiftUI */
Color(red: 0.859, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#dbeccb")Accessibility — WCAG contrast
Aa
#dbeccb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbeccb on black: 16.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green92.5%
Blue79.6%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow14.0%
Key (black)7.5%
Color previews
#dbeccb text on a black background
contrast 16.87:1
Card sample
#dbeccb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbeccb;
Background color
Panel with #dbeccb background
background-color: #dbeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbeccb; background: linear-gradient(135deg, #dbeccb, #CBECD1);