#dcecba
a light, vivid green · cool · closest name: beige
RGB
220, 236, 186
HSL
79°, 57%, 83%
CMYK
7, 0, 21, 8
Luminance
0.7875
Every format
| HEX | #dcecba |
| RGB | rgb(220, 236, 186) |
| HSL | hsl(79, 57%, 83%) |
| CMYK | cmyk(7%, 0%, 21%, 8%) |
| LAB | lab(91.1 -13.7 22.5) |
| LCH | lch(91.1 26.4 121.4) |
| OKLCH | oklch(0.918 0.068 122.2) |
Copy-ready code
/* CSS */
color: #dcecba;
background-color: #dcecba;
/* Tailwind (arbitrary) */
class="text-[#dcecba] bg-[#dcecba]"
/* SCSS */
$brand: #dcecba;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.729)
/* Android */
Color.parseColor("#dcecba")Accessibility — WCAG contrast
Aa
#dcecba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecba on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue72.9%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow21.2%
Key (black)7.5%
Color previews
#dcecba text on a black background
contrast 16.75:1
Card sample
#dcecba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecba;
Background color
Panel with #dcecba background
background-color: #dcecba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecba; background: linear-gradient(135deg, #dcecba, #BAECBA);