#dcecdf
a pale, soft green · cool · closest name: beige
RGB
220, 236, 223
HSL
131°, 30%, 89%
CMYK
7, 0, 6, 8
Luminance
0.8053
Every format
| HEX | #dcecdf |
| RGB | rgb(220, 236, 223) |
| HSL | hsl(131, 30%, 89%) |
| CMYK | cmyk(7%, 0%, 6%, 8%) |
| LAB | lab(91.9 -7.7 4.5) |
| LCH | lch(91.9 8.9 149.7) |
| OKLCH | oklch(0.927 0.024 151.2) |
Copy-ready code
/* CSS */
color: #dcecdf;
background-color: #dcecdf;
/* Tailwind (arbitrary) */
class="text-[#dcecdf] bg-[#dcecdf]"
/* SCSS */
$brand: #dcecdf;
/* SwiftUI */
Color(red: 0.863, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#dcecdf")Accessibility — WCAG contrast
Aa
#dcecdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcecdf on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green92.5%
Blue87.5%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#dcecdf text on a black background
contrast 17.11:1
Card sample
#dcecdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcecdf;
Background color
Panel with #dcecdf background
background-color: #dcecdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcecdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcecdf; background: linear-gradient(135deg, #dcecdf, #DCECEA);