#b89913
a dark, electric yellow · cool · closest name: olive
RGB
184, 153, 19
HSL
49°, 81%, 40%
CMYK
0, 17, 90, 28
Luminance
0.3302
Every format
| HEX | #b89913 |
| RGB | rgb(184, 153, 19) |
| HSL | hsl(49, 81%, 40%) |
| CMYK | cmyk(0%, 17%, 90%, 28%) |
| LAB | lab(64.2 -0.4 65.0) |
| LCH | lch(64.2 65.0 90.4) |
| OKLCH | oklch(0.691 0.138 93.9) |
Copy-ready code
/* CSS */
color: #b89913;
background-color: #b89913;
/* Tailwind (arbitrary) */
class="text-[#b89913] bg-[#b89913]"
/* SCSS */
$brand: #b89913;
/* SwiftUI */
Color(red: 0.722, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#b89913")Accessibility — WCAG contrast
Aa
#b89913 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89913 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.8%
Yellow89.7%
Key (black)27.8%
Color previews
#b89913 text on a black background
contrast 7.60:1
Card sample
#b89913 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89913;
Background color
Panel with #b89913 background
background-color: #b89913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89913; background: linear-gradient(135deg, #b89913, #69B813);