#ece3cf
a pale, soft yellow · warm · closest name: beige
RGB
236, 227, 207
HSL
41°, 43%, 87%
CMYK
0, 4, 12, 8
Luminance
0.7728
Every format
| HEX | #ece3cf |
| RGB | rgb(236, 227, 207) |
| HSL | hsl(41, 43%, 87%) |
| CMYK | cmyk(0%, 4%, 12%, 8%) |
| LAB | lab(90.5 -0.3 10.9) |
| LCH | lch(90.5 10.9 91.4) |
| OKLCH | oklch(0.918 0.028 86.6) |
Copy-ready code
/* CSS */
color: #ece3cf;
background-color: #ece3cf;
/* Tailwind (arbitrary) */
class="text-[#ece3cf] bg-[#ece3cf]"
/* SCSS */
$brand: #ece3cf;
/* SwiftUI */
Color(red: 0.925, green: 0.890, blue: 0.812)
/* Android */
Color.parseColor("#ece3cf")Accessibility — WCAG contrast
Aa
#ece3cf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece3cf on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green89.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta3.8%
Yellow12.3%
Key (black)7.5%
Color previews
#ece3cf text on a black background
contrast 16.46:1
Card sample
#ece3cf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece3cf;
Background color
Panel with #ece3cf background
background-color: #ece3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 227, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 227, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece3cf; background: linear-gradient(135deg, #ece3cf, #E2ECCF);