#b98821
a dark, vivid yellow · warm · closest name: peru
RGB
185, 136, 33
HSL
41°, 70%, 43%
CMYK
0, 27, 82, 28
Luminance
0.2803
Every format
| HEX | #b98821 |
| RGB | rgb(185, 136, 33) |
| HSL | hsl(41, 70%, 43%) |
| CMYK | cmyk(0%, 27%, 82%, 28%) |
| LAB | lab(59.9 9.7 57.8) |
| LCH | lch(59.9 58.6 80.5) |
| OKLCH | oklch(0.658 0.126 80.6) |
Copy-ready code
/* CSS */
color: #b98821;
background-color: #b98821;
/* Tailwind (arbitrary) */
class="text-[#b98821] bg-[#b98821]"
/* SCSS */
$brand: #b98821;
/* SwiftUI */
Color(red: 0.725, green: 0.533, blue: 0.129)
/* Android */
Color.parseColor("#b98821")Accessibility — WCAG contrast
Aa
#b98821 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98821 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green53.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow82.2%
Key (black)27.5%
Color previews
#b98821 text on a black background
contrast 6.61:1
Card sample
#b98821 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98821;
Background color
Panel with #b98821 background
background-color: #b98821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 136, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 136, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98821; background: linear-gradient(135deg, #b98821, #84B921);