#dceadf
a pale, soft green · cool · closest name: beige
RGB
220, 234, 223
HSL
133°, 25%, 89%
CMYK
6, 0, 5, 8
Luminance
0.7939
Every format
| HEX | #dceadf |
| RGB | rgb(220, 234, 223) |
| HSL | hsl(133, 25%, 89%) |
| CMYK | cmyk(6%, 0%, 5%, 8%) |
| LAB | lab(91.4 -6.6 3.7) |
| LCH | lch(91.4 7.6 150.6) |
| OKLCH | oklch(0.923 0.021 152.2) |
Copy-ready code
/* CSS */
color: #dceadf;
background-color: #dceadf;
/* Tailwind (arbitrary) */
class="text-[#dceadf] bg-[#dceadf]"
/* SCSS */
$brand: #dceadf;
/* SwiftUI */
Color(red: 0.863, green: 0.918, blue: 0.875)
/* Android */
Color.parseColor("#dceadf")Accessibility — WCAG contrast
Aa
#dceadf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dceadf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green91.8%
Blue87.5%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow4.7%
Key (black)8.2%
Color previews
#dceadf text on a black background
contrast 16.88:1
Card sample
#dceadf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dceadf;
Background color
Panel with #dceadf background
background-color: #dceadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dceadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 234, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 234, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dceadf; background: linear-gradient(135deg, #dceadf, #DCEAE8);