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