#ecdfcc
a pale, vivid orange · warm · closest name: beige
RGB
236, 223, 204
HSL
36°, 46%, 86%
CMYK
0, 6, 14, 8
Luminance
0.7497
Every format
| HEX | #ecdfcc |
| RGB | rgb(236, 223, 204) |
| HSL | hsl(36, 46%, 86%) |
| CMYK | cmyk(0%, 6%, 14%, 8%) |
| LAB | lab(89.4 1.3 10.9) |
| LCH | lch(89.4 11.0 83.1) |
| OKLCH | oklch(0.909 0.029 77.5) |
Copy-ready code
/* CSS */
color: #ecdfcc;
background-color: #ecdfcc;
/* Tailwind (arbitrary) */
class="text-[#ecdfcc] bg-[#ecdfcc]"
/* SCSS */
$brand: #ecdfcc;
/* SwiftUI */
Color(red: 0.925, green: 0.875, blue: 0.800)
/* Android */
Color.parseColor("#ecdfcc")Accessibility — WCAG contrast
Aa
#ecdfcc on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecdfcc on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green87.5%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow13.6%
Key (black)7.5%
Color previews
#ecdfcc text on a black background
contrast 15.99:1
Card sample
#ecdfcc text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecdfcc;
Background color
Panel with #ecdfcc background
background-color: #ecdfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecdfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 223, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 223, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecdfcc; background: linear-gradient(135deg, #ecdfcc, #E4ECCC);