#ececcd
a pale, soft yellow · cool · closest name: beige
RGB
236, 236, 205
HSL
60°, 45%, 87%
CMYK
0, 0, 13, 8
Luminance
0.8223
Every format
| HEX | #ececcd |
| RGB | rgb(236, 236, 205) |
| HSL | hsl(60, 45%, 87%) |
| CMYK | cmyk(0%, 0%, 13%, 8%) |
| LAB | lab(92.7 -5.2 15.1) |
| LCH | lch(92.7 15.9 108.9) |
| OKLCH | oklch(0.935 0.041 107.2) |
Copy-ready code
/* CSS */
color: #ececcd;
background-color: #ececcd;
/* Tailwind (arbitrary) */
class="text-[#ececcd] bg-[#ececcd]"
/* SCSS */
$brand: #ececcd;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#ececcd")Accessibility — WCAG contrast
Aa
#ececcd on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececcd on black: 17.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#ececcd text on a black background
contrast 17.45:1
Card sample
#ececcd text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececcd;
Background color
Panel with #ececcd background
background-color: #ececcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececcd; background: linear-gradient(135deg, #ececcd, #D7ECCD);