#ecdfd1
a pale, soft orange · warm · closest name: beige
RGB
236, 223, 209
HSL
31°, 42%, 87%
CMYK
0, 6, 11, 8
Luminance
0.7521
Every format
| HEX | #ecdfd1 |
| RGB | rgb(236, 223, 209) |
| HSL | hsl(31, 42%, 87%) |
| CMYK | cmyk(0%, 6%, 11%, 8%) |
| LAB | lab(89.5 2.1 8.4) |
| LCH | lch(89.5 8.7 76.0) |
| OKLCH | oklch(0.910 0.024 69.6) |
Copy-ready code
/* CSS */
color: #ecdfd1;
background-color: #ecdfd1;
/* Tailwind (arbitrary) */
class="text-[#ecdfd1] bg-[#ecdfd1]"
/* SCSS */
$brand: #ecdfd1;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.820)
/* Android */
Color.parseColor("#ecdfd1")Accessibility — WCAG contrast
Aa
#ecdfd1 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfd1 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue82.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow11.4%
Key (black)7.5%
Color previews
#ecdfd1 text on a black background
contrast 16.04:1
Card sample
#ecdfd1 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfd1;
Background color
Panel with #ecdfd1 background
background-color: #ecdfd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfd1; background: linear-gradient(135deg, #ecdfd1, #E7ECD1);