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