#dcecbf
a light, vivid green · cool · closest name: beige
RGB
220, 236, 191
HSL
81°, 54%, 84%
CMYK
7, 0, 19, 8
Luminance
0.7897
Every format
| HEX | #dcecbf |
| RGB | rgb(220, 236, 191) |
| HSL | hsl(81, 54%, 84%) |
| CMYK | cmyk(7%, 0%, 19%, 8%) |
| LAB | lab(91.2 -13.0 20.1) |
| LCH | lch(91.2 23.9 122.9) |
| OKLCH | oklch(0.920 0.062 123.5) |
Copy-ready code
/* CSS */
color: #dcecbf;
background-color: #dcecbf;
/* Tailwind (arbitrary) */
class="text-[#dcecbf] bg-[#dcecbf]"
/* SCSS */
$brand: #dcecbf;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.749)
/* Android */
Color.parseColor("#dcecbf")Accessibility — WCAG contrast
Aa
#dcecbf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecbf on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue74.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow19.1%
Key (black)7.5%
Color previews
#dcecbf text on a black background
contrast 16.79:1
Card sample
#dcecbf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecbf;
Background color
Panel with #dcecbf background
background-color: #dcecbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecbf; background: linear-gradient(135deg, #dcecbf, #BFECC0);