#ece2ce
a pale, soft yellow · warm · closest name: beige
RGB
236, 226, 206
HSL
40°, 44%, 87%
CMYK
0, 4, 13, 8
Luminance
0.7668
Every format
| HEX | #ece2ce |
| RGB | rgb(236, 226, 206) |
| HSL | hsl(40, 44%, 87%) |
| CMYK | cmyk(0%, 4%, 13%, 8%) |
| LAB | lab(90.2 0.1 11.0) |
| LCH | lch(90.2 11.0 89.5) |
| OKLCH | oklch(0.915 0.029 84.6) |
Copy-ready code
/* CSS */
color: #ece2ce;
background-color: #ece2ce;
/* Tailwind (arbitrary) */
class="text-[#ece2ce] bg-[#ece2ce]"
/* SCSS */
$brand: #ece2ce;
/* SwiftUI */
Color(red: 0.925, green: 0.886, blue: 0.808)
/* Android */
Color.parseColor("#ece2ce")Accessibility — WCAG contrast
Aa
#ece2ce on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ece2ce on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green88.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow12.7%
Key (black)7.5%
Color previews
#ece2ce text on a black background
contrast 16.34:1
Card sample
#ece2ce text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ece2ce;
Background color
Panel with #ece2ce background
background-color: #ece2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ece2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 226, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 226, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ece2ce; background: linear-gradient(135deg, #ece2ce, #E2ECCE);