#b98813
a dark, electric yellow · warm · closest name: peru
RGB
185, 136, 19
HSL
42°, 81%, 40%
CMYK
0, 27, 90, 28
Luminance
0.2797
Every format
| HEX | #b98813 |
| RGB | rgb(185, 136, 19) |
| HSL | hsl(42, 81%, 40%) |
| CMYK | cmyk(0%, 27%, 90%, 28%) |
| LAB | lab(59.9 9.3 61.7) |
| LCH | lch(59.9 62.4 81.4) |
| OKLCH | oklch(0.657 0.131 82.0) |
Copy-ready code
/* CSS */
color: #b98813;
background-color: #b98813;
/* Tailwind (arbitrary) */
class="text-[#b98813] bg-[#b98813]"
/* SCSS */
$brand: #b98813;
/* SwiftUI */
Color(red: 0.725, green: 0.533, blue: 0.075)
/* Android */
Color.parseColor("#b98813")Accessibility — WCAG contrast
Aa
#b98813 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98813 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green53.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow89.7%
Key (black)27.5%
Color previews
#b98813 text on a black background
contrast 6.59:1
Card sample
#b98813 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98813;
Background color
Panel with #b98813 background
background-color: #b98813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 136, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 136, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98813; background: linear-gradient(135deg, #b98813, #7BB913);