#b98f13
a dark, electric yellow · warm · closest name: olive
RGB
185, 143, 19
HSL
45°, 81%, 40%
CMYK
0, 23, 90, 28
Luminance
0.3001
Every format
| HEX | #b98f13 |
| RGB | rgb(185, 143, 19) |
| HSL | hsl(45, 81%, 40%) |
| CMYK | cmyk(0%, 23%, 90%, 28%) |
| LAB | lab(61.7 5.5 63.1) |
| LCH | lch(61.7 63.3 85.0) |
| OKLCH | oklch(0.671 0.133 86.9) |
Copy-ready code
/* CSS */
color: #b98f13;
background-color: #b98f13;
/* Tailwind (arbitrary) */
class="text-[#b98f13] bg-[#b98f13]"
/* SCSS */
$brand: #b98f13;
/* SwiftUI */
Color(red: 0.725, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#b98f13")Accessibility — WCAG contrast
Aa
#b98f13 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b98f13 on black: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.7%
Yellow89.7%
Key (black)27.5%
Color previews
#b98f13 text on a black background
contrast 7.00:1
Card sample
#b98f13 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b98f13;
Background color
Panel with #b98f13 background
background-color: #b98f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b98f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b98f13; background: linear-gradient(135deg, #b98f13, #74B913);