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