#e2ceba
a light, soft orange · warm · closest name: silver
RGB
226, 206, 186
HSL
30°, 41%, 81%
CMYK
0, 9, 18, 11
Luminance
0.6386
Every format
| HEX | #e2ceba |
| RGB | rgb(226, 206, 186) |
| HSL | hsl(30, 41%, 81%) |
| CMYK | cmyk(0%, 9%, 18%, 11%) |
| LAB | lab(83.9 3.8 12.5) |
| LCH | lch(83.9 13.0 73.2) |
| OKLCH | oklch(0.863 0.035 67.3) |
Copy-ready code
/* CSS */
color: #e2ceba;
background-color: #e2ceba;
/* Tailwind (arbitrary) */
class="text-[#e2ceba] bg-[#e2ceba]"
/* SCSS */
$brand: #e2ceba;
/* SwiftUI */
Color(red: 0.886, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#e2ceba")Accessibility — WCAG contrast
Aa
#e2ceba on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ceba on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta8.8%
Yellow17.7%
Key (black)11.4%
Color previews
#e2ceba text on a black background
contrast 13.77:1
Card sample
#e2ceba text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ceba;
Background color
Panel with #e2ceba background
background-color: #e2ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ceba; background: linear-gradient(135deg, #e2ceba, #DBE2BA);