#b67021
a dark, vivid orange · warm · closest name: peru
RGB
182, 112, 33
HSL
32°, 69%, 42%
CMYK
0, 39, 82, 29
Luminance
0.2164
Every format
| HEX | #b67021 |
| RGB | rgb(182, 112, 33) |
| HSL | hsl(32, 69%, 42%) |
| CMYK | cmyk(0%, 39%, 82%, 29%) |
| LAB | lab(53.6 21.7 52.1) |
| LCH | lch(53.6 56.4 67.4) |
| OKLCH | oklch(0.608 0.125 63.6) |
Copy-ready code
/* CSS */
color: #b67021;
background-color: #b67021;
/* Tailwind (arbitrary) */
class="text-[#b67021] bg-[#b67021]"
/* SCSS */
$brand: #b67021;
/* SwiftUI */
Color(red: 0.714, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#b67021")Accessibility — WCAG contrast
Aa
#b67021 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b67021 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green43.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow81.9%
Key (black)28.6%
Color previews
#b67021 text on a black background
contrast 5.33:1
Card sample
#b67021 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b67021;
Background color
Panel with #b67021 background
background-color: #b67021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b67021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b67021; background: linear-gradient(135deg, #b67021, #99B621);