#dcecce
a pale, soft green · cool · closest name: beige
RGB
220, 236, 206
HSL
92°, 44%, 87%
CMYK
7, 0, 13, 8
Luminance
0.7966
Every format
| HEX | #dcecce |
| RGB | rgb(220, 236, 206) |
| HSL | hsl(92, 44%, 87%) |
| CMYK | cmyk(7%, 0%, 13%, 8%) |
| LAB | lab(91.5 -10.6 12.8) |
| LCH | lch(91.5 16.6 129.7) |
| OKLCH | oklch(0.923 0.043 130.3) |
Copy-ready code
/* CSS */
color: #dcecce;
background-color: #dcecce;
/* Tailwind (arbitrary) */
class="text-[#dcecce] bg-[#dcecce]"
/* SCSS */
$brand: #dcecce;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#dcecce")Accessibility — WCAG contrast
Aa
#dcecce on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecce on black: 16.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue80.8%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#dcecce text on a black background
contrast 16.93:1
Card sample
#dcecce text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecce;
Background color
Panel with #dcecce background
background-color: #dcecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecce; background: linear-gradient(135deg, #dcecce, #CEECD4);