#b99713
a dark, electric yellow · cool · closest name: olive
RGB
185, 151, 19
HSL
48°, 81%, 40%
CMYK
0, 18, 90, 28
Luminance
0.3249
Every format
| HEX | #b99713 |
| RGB | rgb(185, 151, 19) |
| HSL | hsl(48, 81%, 40%) |
| CMYK | cmyk(0%, 18%, 90%, 28%) |
| LAB | lab(63.8 1.1 64.7) |
| LCH | lch(63.8 64.7 89.0) |
| OKLCH | oklch(0.688 0.137 92.1) |
Copy-ready code
/* CSS */
color: #b99713;
background-color: #b99713;
/* Tailwind (arbitrary) */
class="text-[#b99713] bg-[#b99713]"
/* SCSS */
$brand: #b99713;
/* SwiftUI */
Color(red: 0.725, green: 0.592, blue: 0.075)
/* Android */
Color.parseColor("#b99713")Accessibility — WCAG contrast
Aa
#b99713 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99713 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green59.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow89.7%
Key (black)27.5%
Color previews
#b99713 text on a black background
contrast 7.50:1
Card sample
#b99713 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99713;
Background color
Panel with #b99713 background
background-color: #b99713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 151, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 151, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99713; background: linear-gradient(135deg, #b99713, #6CB913);