#ece7df
a pale, soft orange · warm · closest name: ivory
RGB
236, 231, 223
HSL
37°, 26%, 90%
CMYK
0, 2, 6, 8
Luminance
0.8031
Every format
| HEX | #ece7df |
| RGB | rgb(236, 231, 223) |
| HSL | hsl(37, 26%, 90%) |
| CMYK | cmyk(0%, 2%, 6%, 8%) |
| LAB | lab(91.8 0.3 4.5) |
| LCH | lch(91.8 4.5 86.0) |
| OKLCH | oklch(0.930 0.012 79.8) |
Copy-ready code
/* CSS */
color: #ece7df;
background-color: #ece7df;
/* Tailwind (arbitrary) */
class="text-[#ece7df] bg-[#ece7df]"
/* SCSS */
$brand: #ece7df;
/* SwiftUI */
Color(red: 0.925, green: 0.906, blue: 0.875)
/* Android */
Color.parseColor("#ece7df")Accessibility — WCAG contrast
Aa
#ece7df on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece7df on black: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green90.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow5.5%
Key (black)7.5%
Color previews
#ece7df text on a black background
contrast 17.06:1
Card sample
#ece7df text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece7df;
Background color
Panel with #ece7df background
background-color: #ece7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 231, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 231, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece7df; background: linear-gradient(135deg, #ece7df, #E8ECDF);