#b67521
a dark, vivid orange · warm · closest name: peru
RGB
182, 117, 33
HSL
34°, 69%, 42%
CMYK
0, 36, 82, 29
Luminance
0.2278
Every format
| HEX | #b67521 |
| RGB | rgb(182, 117, 33) |
| HSL | hsl(34, 69%, 42%) |
| CMYK | cmyk(0%, 36%, 82%, 29%) |
| LAB | lab(54.8 18.9 53.1) |
| LCH | lch(54.8 56.4 70.4) |
| OKLCH | oklch(0.618 0.124 67.5) |
Copy-ready code
/* CSS */
color: #b67521;
background-color: #b67521;
/* Tailwind (arbitrary) */
class="text-[#b67521] bg-[#b67521]"
/* SCSS */
$brand: #b67521;
/* SwiftUI */
Color(red: 0.714, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#b67521")Accessibility — WCAG contrast
Aa
#b67521 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67521 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow81.9%
Key (black)28.6%
Color previews
#b67521 text on a black background
contrast 5.56:1
Card sample
#b67521 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67521;
Background color
Panel with #b67521 background
background-color: #b67521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67521; background: linear-gradient(135deg, #b67521, #94B621);