#b88521
a dark, vivid orange · warm · closest name: peru
RGB
184, 133, 33
HSL
40°, 70%, 43%
CMYK
0, 28, 82, 28
Luminance
0.2708
Every format
| HEX | #b88521 |
| RGB | rgb(184, 133, 33) |
| HSL | hsl(40, 70%, 43%) |
| CMYK | cmyk(0%, 28%, 82%, 28%) |
| LAB | lab(59.0 10.9 57.0) |
| LCH | lch(59.0 58.0 79.2) |
| OKLCH | oklch(0.651 0.125 78.9) |
Copy-ready code
/* CSS */
color: #b88521;
background-color: #b88521;
/* Tailwind (arbitrary) */
class="text-[#b88521] bg-[#b88521]"
/* SCSS */
$brand: #b88521;
/* SwiftUI */
Color(red: 0.722, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#b88521")Accessibility — WCAG contrast
Aa
#b88521 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b88521 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green52.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow82.1%
Key (black)27.8%
Color previews
#b88521 text on a black background
contrast 6.42:1
Card sample
#b88521 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88521;
Background color
Panel with #b88521 background
background-color: #b88521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88521; background: linear-gradient(135deg, #b88521, #86B821);