#b66921
a dark, vivid orange · warm · closest name: peru
RGB
182, 105, 33
HSL
29°, 69%, 42%
CMYK
0, 42, 82, 29
Luminance
0.2016
Every format
| HEX | #b66921 |
| RGB | rgb(182, 105, 33) |
| HSL | hsl(29, 69%, 42%) |
| CMYK | cmyk(0%, 42%, 82%, 29%) |
| LAB | lab(52.0 25.5 50.6) |
| LCH | lch(52.0 56.7 63.2) |
| OKLCH | oklch(0.596 0.128 58.4) |
Copy-ready code
/* CSS */
color: #b66921;
background-color: #b66921;
/* Tailwind (arbitrary) */
class="text-[#b66921] bg-[#b66921]"
/* SCSS */
$brand: #b66921;
/* SwiftUI */
Color(red: 0.714, green: 0.412, blue: 0.129)
/* Android */
Color.parseColor("#b66921")Accessibility — WCAG contrast
Aa
#b66921 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66921 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green41.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow81.9%
Key (black)28.6%
Color previews
#b66921 text on a black background
contrast 5.03:1
Card sample
#b66921 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66921;
Background color
Panel with #b66921 background
background-color: #b66921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 105, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 105, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66921; background: linear-gradient(135deg, #b66921, #A0B621);