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