#b89113
a dark, electric yellow · cool · closest name: olive
RGB
184, 145, 19
HSL
46°, 81%, 40%
CMYK
0, 21, 90, 28
Luminance
0.3049
Every format
| HEX | #b89113 |
| RGB | rgb(184, 145, 19) |
| HSL | hsl(46, 81%, 40%) |
| CMYK | cmyk(0%, 21%, 90%, 28%) |
| LAB | lab(62.1 4.0 63.4) |
| LCH | lch(62.1 63.5 86.4) |
| OKLCH | oklch(0.675 0.134 88.7) |
Copy-ready code
/* CSS */
color: #b89113;
background-color: #b89113;
/* Tailwind (arbitrary) */
class="text-[#b89113] bg-[#b89113]"
/* SCSS */
$brand: #b89113;
/* SwiftUI */
Color(red: 0.722, green: 0.569, blue: 0.075)
/* Android */
Color.parseColor("#b89113")Accessibility — WCAG contrast
Aa
#b89113 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89113 on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green56.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow89.7%
Key (black)27.8%
Color previews
#b89113 text on a black background
contrast 7.10:1
Card sample
#b89113 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89113;
Background color
Panel with #b89113 background
background-color: #b89113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 145, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 145, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89113; background: linear-gradient(135deg, #b89113, #71B813);