#e2b261
a balanced, vivid orange · warm · closest name: peru
RGB
226, 178, 97
HSL
38°, 69%, 63%
CMYK
0, 21, 57, 11
Luminance
0.4887
Every format
| HEX | #e2b261 |
| RGB | rgb(226, 178, 97) |
| HSL | hsl(38, 69%, 63%) |
| CMYK | cmyk(0%, 21%, 57%, 11%) |
| LAB | lab(75.4 8.3 47.5) |
| LCH | lch(75.4 48.2 80.1) |
| OKLCH | oklch(0.791 0.114 79.0) |
Copy-ready code
/* CSS */
color: #e2b261;
background-color: #e2b261;
/* Tailwind (arbitrary) */
class="text-[#e2b261] bg-[#e2b261]"
/* SCSS */
$brand: #e2b261;
/* SwiftUI */
Color(red: 0.886, green: 0.698, blue: 0.380)
/* Android */
Color.parseColor("#e2b261")Accessibility — WCAG contrast
Aa
#e2b261 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b261 on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green69.8%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow57.1%
Key (black)11.4%
Color previews
#e2b261 text on a black background
contrast 10.77:1
Card sample
#e2b261 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b261;
Background color
Panel with #e2b261 background
background-color: #e2b261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 178, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 178, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b261; background: linear-gradient(135deg, #e2b261, #BCE261);