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