#e5b261
a balanced, vivid orange · warm · closest name: peru
RGB
229, 178, 97
HSL
37°, 72%, 64%
CMYK
0, 22, 58, 10
Luminance
0.4936
Every format
| HEX | #e5b261 |
| RGB | rgb(229, 178, 97) |
| HSL | hsl(37, 72%, 64%) |
| CMYK | cmyk(0%, 22%, 58%, 10%) |
| LAB | lab(75.7 9.5 47.9) |
| LCH | lch(75.7 48.9 78.8) |
| OKLCH | oklch(0.794 0.115 77.4) |
Copy-ready code
/* CSS */
color: #e5b261;
background-color: #e5b261;
/* Tailwind (arbitrary) */
class="text-[#e5b261] bg-[#e5b261]"
/* SCSS */
$brand: #e5b261;
/* SwiftUI */
Color(red: 0.898, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#e5b261")Accessibility — WCAG contrast
Aa
#e5b261 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5b261 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green69.8%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow57.6%
Key (black)10.2%
Color previews
#e5b261 text on a black background
contrast 10.87:1
Card sample
#e5b261 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5b261;
Background color
Panel with #e5b261 background
background-color: #e5b261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5b261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5b261; background: linear-gradient(135deg, #e5b261, #C0E561);