#ecdecf
a pale, soft orange · warm · closest name: beige
RGB
236, 222, 207
HSL
31°, 43%, 87%
CMYK
0, 6, 12, 8
Luminance
0.7458
Every format
| HEX | #ecdecf |
| RGB | rgb(236, 222, 207) |
| HSL | hsl(31, 43%, 87%) |
| CMYK | cmyk(0%, 6%, 12%, 8%) |
| LAB | lab(89.2 2.3 9.1) |
| LCH | lch(89.2 9.4 75.7) |
| OKLCH | oklch(0.908 0.025 69.4) |
Copy-ready code
/* CSS */
color: #ecdecf;
background-color: #ecdecf;
/* Tailwind (arbitrary) */
class="text-[#ecdecf] bg-[#ecdecf]"
/* SCSS */
$brand: #ecdecf;
/* SwiftUI */
Color(red: 0.925, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#ecdecf")Accessibility — WCAG contrast
Aa
#ecdecf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdecf on black: 15.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow12.3%
Key (black)7.5%
Color previews
#ecdecf text on a black background
contrast 15.92:1
Card sample
#ecdecf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdecf;
Background color
Panel with #ecdecf background
background-color: #ecdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdecf; background: linear-gradient(135deg, #ecdecf, #E7ECCF);