#b98213
a dark, electric yellow · warm · closest name: peru
RGB
185, 130, 19
HSL
40°, 81%, 40%
CMYK
0, 30, 90, 28
Luminance
0.2633
Every format
| HEX | #b98213 |
| RGB | rgb(185, 130, 19) |
| HSL | hsl(40, 81%, 40%) |
| CMYK | cmyk(0%, 30%, 90%, 28%) |
| LAB | lab(58.4 12.7 60.5) |
| LCH | lch(58.4 61.8 78.2) |
| OKLCH | oklch(0.646 0.130 77.7) |
Copy-ready code
/* CSS */
color: #b98213;
background-color: #b98213;
/* Tailwind (arbitrary) */
class="text-[#b98213] bg-[#b98213]"
/* SCSS */
$brand: #b98213;
/* SwiftUI */
Color(red: 0.725, green: 0.510, blue: 0.075)
/* Android */
Color.parseColor("#b98213")Accessibility — WCAG contrast
Aa
#b98213 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98213 on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green51.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.7%
Yellow89.7%
Key (black)27.5%
Color previews
#b98213 text on a black background
contrast 6.27:1
Card sample
#b98213 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98213;
Background color
Panel with #b98213 background
background-color: #b98213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 130, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 130, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98213; background: linear-gradient(135deg, #b98213, #81B913);