#e7b261
a balanced, vivid orange · warm · closest name: peru
RGB
231, 178, 97
HSL
36°, 74%, 64%
CMYK
0, 23, 58, 9
Luminance
0.4969
Every format
| HEX | #e7b261 |
| RGB | rgb(231, 178, 97) |
| HSL | hsl(36, 74%, 64%) |
| CMYK | cmyk(0%, 23%, 58%, 9%) |
| LAB | lab(75.9 10.3 48.2) |
| LCH | lch(75.9 49.3 77.9) |
| OKLCH | oklch(0.796 0.116 76.3) |
Copy-ready code
/* CSS */
color: #e7b261;
background-color: #e7b261;
/* Tailwind (arbitrary) */
class="text-[#e7b261] bg-[#e7b261]"
/* SCSS */
$brand: #e7b261;
/* SwiftUI */
Color(red: 0.906, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#e7b261")Accessibility — WCAG contrast
Aa
#e7b261 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7b261 on black: 10.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green69.8%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow58.0%
Key (black)9.4%
Color previews
#e7b261 text on a black background
contrast 10.94:1
Card sample
#e7b261 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7b261;
Background color
Panel with #e7b261 background
background-color: #e7b261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7b261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7b261; background: linear-gradient(135deg, #e7b261, #C3E761);