#b98621
a dark, vivid orange · warm · closest name: peru
RGB
185, 134, 33
HSL
40°, 70%, 43%
CMYK
0, 28, 82, 28
Luminance
0.2747
Every format
| HEX | #b98621 |
| RGB | rgb(185, 134, 33) |
| HSL | hsl(40, 70%, 43%) |
| CMYK | cmyk(0%, 28%, 82%, 28%) |
| LAB | lab(59.4 10.8 57.4) |
| LCH | lch(59.4 58.4 79.3) |
| OKLCH | oklch(0.654 0.126 79.1) |
Copy-ready code
/* CSS */
color: #b98621;
background-color: #b98621;
/* Tailwind (arbitrary) */
class="text-[#b98621] bg-[#b98621]"
/* SCSS */
$brand: #b98621;
/* SwiftUI */
Color(red: 0.725, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#b98621")Accessibility — WCAG contrast
Aa
#b98621 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98621 on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.6%
Yellow82.2%
Key (black)27.5%
Color previews
#b98621 text on a black background
contrast 6.49:1
Card sample
#b98621 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98621;
Background color
Panel with #b98621 background
background-color: #b98621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98621; background: linear-gradient(135deg, #b98621, #86B921);