#b57621
a dark, vivid orange · warm · closest name: peru
RGB
181, 118, 33
HSL
35°, 69%, 42%
CMYK
0, 35, 82, 29
Luminance
0.2289
Every format
| HEX | #b57621 |
| RGB | rgb(181, 118, 33) |
| HSL | hsl(35, 69%, 42%) |
| CMYK | cmyk(0%, 35%, 82%, 29%) |
| LAB | lab(55.0 17.9 53.2) |
| LCH | lch(55.0 56.1 71.4) |
| OKLCH | oklch(0.618 0.123 68.7) |
Copy-ready code
/* CSS */
color: #b57621;
background-color: #b57621;
/* Tailwind (arbitrary) */
class="text-[#b57621] bg-[#b57621]"
/* SCSS */
$brand: #b57621;
/* SwiftUI */
Color(red: 0.710, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#b57621")Accessibility — WCAG contrast
Aa
#b57621 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b57621 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow81.8%
Key (black)29.0%
Color previews
#b57621 text on a black background
contrast 5.58:1
Card sample
#b57621 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b57621;
Background color
Panel with #b57621 background
background-color: #b57621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b57621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b57621; background: linear-gradient(135deg, #b57621, #91B521);