#b88021
a dark, vivid orange · warm · closest name: peru
RGB
184, 128, 33
HSL
38°, 70%, 43%
CMYK
0, 30, 82, 28
Luminance
0.2574
Every format
| HEX | #b88021 |
| RGB | rgb(184, 128, 33) |
| HSL | hsl(38, 70%, 43%) |
| CMYK | cmyk(0%, 30%, 82%, 28%) |
| LAB | lab(57.8 13.7 55.9) |
| LCH | lch(57.8 57.5 76.2) |
| OKLCH | oklch(0.641 0.124 75.1) |
Copy-ready code
/* CSS */
color: #b88021;
background-color: #b88021;
/* Tailwind (arbitrary) */
class="text-[#b88021] bg-[#b88021]"
/* SCSS */
$brand: #b88021;
/* SwiftUI */
Color(red: 0.722, green: 0.502, blue: 0.129)
/* Android */
Color.parseColor("#b88021")Accessibility — WCAG contrast
Aa
#b88021 on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b88021 on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green50.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow82.1%
Key (black)27.8%
Color previews
#b88021 text on a black background
contrast 6.15:1
Card sample
#b88021 text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b88021;
Background color
Panel with #b88021 background
background-color: #b88021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b88021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 128, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 128, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b88021; background: linear-gradient(135deg, #b88021, #8BB821);