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