#dcead3
a pale, soft green · cool · closest name: beige
RGB
220, 234, 211
HSL
97°, 35%, 87%
CMYK
6, 0, 10, 8
Luminance
0.7876
Every format
| HEX | #dcead3 |
| RGB | rgb(220, 234, 211) |
| HSL | hsl(97, 35%, 87%) |
| CMYK | cmyk(6%, 0%, 10%, 8%) |
| LAB | lab(91.1 -8.7 9.6) |
| LCH | lch(91.1 13.0 132.4) |
| OKLCH | oklch(0.920 0.034 133.0) |
Copy-ready code
/* CSS */
color: #dcead3;
background-color: #dcead3;
/* Tailwind (arbitrary) */
class="text-[#dcead3] bg-[#dcead3]"
/* SCSS */
$brand: #dcead3;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.827)
/* Android */
Color.parseColor("#dcead3")Accessibility — WCAG contrast
Aa
#dcead3 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcead3 on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue82.7%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow9.8%
Key (black)8.2%
Color previews
#dcead3 text on a black background
contrast 16.75:1
Card sample
#dcead3 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcead3;
Background color
Panel with #dcead3 background
background-color: #dcead3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcead3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcead3; background: linear-gradient(135deg, #dcead3, #D3EAD9);