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