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