#b99607
a dark, electric yellow · cool · closest name: olive
RGB
185, 150, 7
HSL
48°, 93%, 38%
CMYK
0, 19, 96, 28
Luminance
0.3214
Every format
| HEX | #b99607 |
| RGB | rgb(185, 150, 7) |
| HSL | hsl(48, 93%, 38%) |
| CMYK | cmyk(0%, 19%, 96%, 28%) |
| LAB | lab(63.5 1.5 66.5) |
| LCH | lch(63.5 66.5 88.7) |
| OKLCH | oklch(0.686 0.139 91.9) |
Copy-ready code
/* CSS */
color: #b99607;
background-color: #b99607;
/* Tailwind (arbitrary) */
class="text-[#b99607] bg-[#b99607]"
/* SCSS */
$brand: #b99607;
/* SwiftUI */
Color(red: 0.725, green: 0.588, blue: 0.027)
/* Android */
Color.parseColor("#b99607")Accessibility — WCAG contrast
Aa
#b99607 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99607 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green58.8%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow96.2%
Key (black)27.5%
Color previews
#b99607 text on a black background
contrast 7.43:1
Card sample
#b99607 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99607;
Background color
Panel with #b99607 background
background-color: #b99607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 150, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 150, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99607; background: linear-gradient(135deg, #b99607, #65B907);