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