#e0b275
a light, vivid orange · warm · closest name: tan
RGB
224, 178, 117
HSL
34°, 63%, 67%
CMYK
0, 21, 48, 12
Luminance
0.4897
Every format
| HEX | #e0b275 |
| RGB | rgb(224, 178, 117) |
| HSL | hsl(34, 63%, 67%) |
| CMYK | cmyk(0%, 21%, 48%, 12%) |
| LAB | lab(75.4 9.2 37.4) |
| LCH | lch(75.4 38.5 76.2) |
| OKLCH | oklch(0.792 0.095 73.6) |
Copy-ready code
/* CSS */
color: #e0b275;
background-color: #e0b275;
/* Tailwind (arbitrary) */
class="text-[#e0b275] bg-[#e0b275]"
/* SCSS */
$brand: #e0b275;
/* SwiftUI */
Color(red: 0.878, green: 0.698, blue: 0.459)
/* Android */
Color.parseColor("#e0b275")Accessibility — WCAG contrast
Aa
#e0b275 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0b275 on black: 10.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green69.8%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta20.5%
Yellow47.8%
Key (black)12.2%
Color previews
#e0b275 text on a black background
contrast 10.79:1
Card sample
#e0b275 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0b275;
Background color
Panel with #e0b275 background
background-color: #e0b275;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0b275;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 178, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 178, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0b275; background: linear-gradient(135deg, #e0b275, #C7E075);