#b06921
a dark, vivid orange · warm · closest name: peru
RGB
176, 105, 33
HSL
30°, 68%, 41%
CMYK
0, 40, 81, 31
Luminance
0.1944
Every format
| HEX | #b06921 |
| RGB | rgb(176, 105, 33) |
| HSL | hsl(30, 68%, 41%) |
| CMYK | cmyk(0%, 40%, 81%, 31%) |
| LAB | lab(51.2 22.9 49.6) |
| LCH | lch(51.2 54.6 65.2) |
| OKLCH | oklch(0.588 0.122 60.8) |
Copy-ready code
/* CSS */
color: #b06921;
background-color: #b06921;
/* Tailwind (arbitrary) */
class="text-[#b06921] bg-[#b06921]"
/* SCSS */
$brand: #b06921;
/* SwiftUI */
Color(red: 0.690, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#b06921")Accessibility — WCAG contrast
Aa
#b06921 on white: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b06921 on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow81.3%
Key (black)31.0%
Color previews
#b06921 text on a black background
contrast 4.89:1
Card sample
#b06921 text on a white background
contrast 4.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b06921;
Background color
Panel with #b06921 background
background-color: #b06921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b06921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b06921; background: linear-gradient(135deg, #b06921, #98B021);