#b98e21
a dark, vivid yellow · warm · closest name: peru
RGB
185, 142, 33
HSL
43°, 70%, 43%
CMYK
0, 23, 82, 28
Luminance
0.2977
Every format
| HEX | #b98e21 |
| RGB | rgb(185, 142, 33) |
| HSL | hsl(43, 70%, 43%) |
| CMYK | cmyk(0%, 23%, 82%, 28%) |
| LAB | lab(61.5 6.4 59.1) |
| LCH | lch(61.5 59.5 83.8) |
| OKLCH | oklch(0.670 0.128 85.1) |
Copy-ready code
/* CSS */
color: #b98e21;
background-color: #b98e21;
/* Tailwind (arbitrary) */
class="text-[#b98e21] bg-[#b98e21]"
/* SCSS */
$brand: #b98e21;
/* SwiftUI */
Color(red: 0.725, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#b98e21")Accessibility — WCAG contrast
Aa
#b98e21 on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98e21 on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green55.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow82.2%
Key (black)27.5%
Color previews
#b98e21 text on a black background
contrast 6.95:1
Card sample
#b98e21 text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98e21;
Background color
Panel with #b98e21 background
background-color: #b98e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98e21; background: linear-gradient(135deg, #b98e21, #7FB921);