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