#ecdfd8
a pale, soft orange · warm · closest name: ivory
RGB
236, 223, 216
HSL
21°, 35%, 89%
CMYK
0, 6, 9, 8
Luminance
0.7557
Every format
| HEX | #ecdfd8 |
| RGB | rgb(236, 223, 216) |
| HSL | hsl(21, 35%, 89%) |
| CMYK | cmyk(0%, 6%, 9%, 8%) |
| LAB | lab(89.7 3.3 5.0) |
| LCH | lch(89.7 6.0 57.0) |
| OKLCH | oklch(0.912 0.017 50.4) |
Copy-ready code
/* CSS */
color: #ecdfd8;
background-color: #ecdfd8;
/* Tailwind (arbitrary) */
class="text-[#ecdfd8] bg-[#ecdfd8]"
/* SCSS */
$brand: #ecdfd8;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.847)
/* Android */
Color.parseColor("#ecdfd8")Accessibility — WCAG contrast
Aa
#ecdfd8 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfd8 on black: 16.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow8.5%
Key (black)7.5%
Color previews
#ecdfd8 text on a black background
contrast 16.11:1
Card sample
#ecdfd8 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfd8;
Background color
Panel with #ecdfd8 background
background-color: #ecdfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfd8; background: linear-gradient(135deg, #ecdfd8, #ECECD8);