#ecdfd5
a pale, soft orange · warm · closest name: beige
RGB
236, 223, 213
HSL
26°, 38%, 88%
CMYK
0, 6, 10, 8
Luminance
0.7541
Every format
| HEX | #ecdfd5 |
| RGB | rgb(236, 223, 213) |
| HSL | hsl(26, 38%, 88%) |
| CMYK | cmyk(0%, 6%, 10%, 8%) |
| LAB | lab(89.6 2.8 6.5) |
| LCH | lch(89.6 7.0 66.9) |
| OKLCH | oklch(0.911 0.020 60.2) |
Copy-ready code
/* CSS */
color: #ecdfd5;
background-color: #ecdfd5;
/* Tailwind (arbitrary) */
class="text-[#ecdfd5] bg-[#ecdfd5]"
/* SCSS */
$brand: #ecdfd5;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.835)
/* Android */
Color.parseColor("#ecdfd5")Accessibility — WCAG contrast
Aa
#ecdfd5 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfd5 on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow9.7%
Key (black)7.5%
Color previews
#ecdfd5 text on a black background
contrast 16.08:1
Card sample
#ecdfd5 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfd5;
Background color
Panel with #ecdfd5 background
background-color: #ecdfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfd5; background: linear-gradient(135deg, #ecdfd5, #EAECD5);