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