#b66e21
a dark, vivid orange · warm · closest name: peru
RGB
182, 110, 33
HSL
31°, 69%, 42%
CMYK
0, 40, 82, 29
Luminance
0.2121
Every format
| HEX | #b66e21 |
| RGB | rgb(182, 110, 33) |
| HSL | hsl(31, 69%, 42%) |
| CMYK | cmyk(0%, 40%, 82%, 29%) |
| LAB | lab(53.2 22.8 51.6) |
| LCH | lch(53.2 56.5 66.2) |
| OKLCH | oklch(0.605 0.126 62.1) |
Copy-ready code
/* CSS */
color: #b66e21;
background-color: #b66e21;
/* Tailwind (arbitrary) */
class="text-[#b66e21] bg-[#b66e21]"
/* SCSS */
$brand: #b66e21;
/* SwiftUI */
Color(red: 0.714, green: 0.431, blue: 0.129)
/* Android */
Color.parseColor("#b66e21")Accessibility — WCAG contrast
Aa
#b66e21 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b66e21 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green43.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta39.6%
Yellow81.9%
Key (black)28.6%
Color previews
#b66e21 text on a black background
contrast 5.24:1
Card sample
#b66e21 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b66e21;
Background color
Panel with #b66e21 background
background-color: #b66e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b66e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 110, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 110, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b66e21; background: linear-gradient(135deg, #b66e21, #9BB621);