#b99e13
a dark, electric yellow · cool · closest name: olive
RGB
185, 158, 19
HSL
50°, 81%, 40%
CMYK
0, 15, 90, 28
Luminance
0.3482
Every format
| HEX | #b99e13 |
| RGB | rgb(185, 158, 19) |
| HSL | hsl(50, 81%, 40%) |
| CMYK | cmyk(0%, 15%, 90%, 28%) |
| LAB | lab(65.6 -2.6 66.2) |
| LCH | lch(65.6 66.2 92.3) |
| OKLCH | oklch(0.703 0.141 96.4) |
Copy-ready code
/* CSS */
color: #b99e13;
background-color: #b99e13;
/* Tailwind (arbitrary) */
class="text-[#b99e13] bg-[#b99e13]"
/* SCSS */
$brand: #b99e13;
/* SwiftUI */
Color(red: 0.725, green: 0.620, blue: 0.075)
/* Android */
Color.parseColor("#b99e13")Accessibility — WCAG contrast
Aa
#b99e13 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b99e13 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green62.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta14.6%
Yellow89.7%
Key (black)27.5%
Color previews
#b99e13 text on a black background
contrast 7.96:1
Card sample
#b99e13 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b99e13;
Background color
Panel with #b99e13 background
background-color: #b99e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b99e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 158, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 158, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b99e13; background: linear-gradient(135deg, #b99e13, #65B913);