#ececdf
a pale, soft yellow · cool · closest name: ivory
RGB
236, 236, 223
HSL
60°, 26%, 90%
CMYK
0, 0, 6, 8
Luminance
0.8315
Every format
| HEX | #ececdf |
| RGB | rgb(236, 236, 223) |
| HSL | hsl(60, 26%, 90%) |
| CMYK | cmyk(0%, 0%, 6%, 8%) |
| LAB | lab(93.1 -2.3 6.3) |
| LCH | lch(93.1 6.7 109.7) |
| OKLCH | oklch(0.940 0.017 106.7) |
Copy-ready code
/* CSS */
color: #ececdf;
background-color: #ececdf;
/* Tailwind (arbitrary) */
class="text-[#ececdf] bg-[#ececdf]"
/* SCSS */
$brand: #ececdf;
/* SwiftUI */
Color(red: 0.925, green: 0.925, blue: 0.875)
/* Android */
Color.parseColor("#ececdf")Accessibility — WCAG contrast
Aa
#ececdf on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ececdf on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green92.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow5.5%
Key (black)7.5%
Color previews
#ececdf text on a black background
contrast 17.63:1
Card sample
#ececdf text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ececdf;
Background color
Panel with #ececdf background
background-color: #ececdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ececdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 236, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 236, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ececdf; background: linear-gradient(135deg, #ececdf, #E3ECDF);