#e2ccb7
a light, soft orange · warm · closest name: tan
RGB
226, 204, 183
HSL
29°, 43%, 80%
CMYK
0, 10, 19, 11
Luminance
0.6277
Every format
| HEX | #e2ccb7 |
| RGB | rgb(226, 204, 183) |
| HSL | hsl(29, 43%, 80%) |
| CMYK | cmyk(0%, 10%, 19%, 11%) |
| LAB | lab(83.3 4.3 13.3) |
| LCH | lch(83.3 14.0 71.8) |
| OKLCH | oklch(0.858 0.038 66.0) |
Copy-ready code
/* CSS */
color: #e2ccb7;
background-color: #e2ccb7;
/* Tailwind (arbitrary) */
class="text-[#e2ccb7] bg-[#e2ccb7]"
/* SCSS */
$brand: #e2ccb7;
/* SwiftUI */
Color(red: 0.886, green: 0.800, blue: 0.718)
/* Android */
Color.parseColor("#e2ccb7")Accessibility — WCAG contrast
Aa
#e2ccb7 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2ccb7 on black: 13.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green80.0%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow19.0%
Key (black)11.4%
Color previews
#e2ccb7 text on a black background
contrast 13.55:1
Card sample
#e2ccb7 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2ccb7;
Background color
Panel with #e2ccb7 background
background-color: #e2ccb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2ccb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 204, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 204, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2ccb7; background: linear-gradient(135deg, #e2ccb7, #DBE2B7);