#b89521
a dark, vivid yellow · cool · closest name: olive
RGB
184, 149, 33
HSL
46°, 70%, 43%
CMYK
0, 19, 82, 28
Luminance
0.3180
Every format
| HEX | #b89521 |
| RGB | rgb(184, 149, 33) |
| HSL | hsl(46, 70%, 43%) |
| CMYK | cmyk(0%, 19%, 82%, 28%) |
| LAB | lab(63.2 2.1 60.6) |
| LCH | lch(63.2 60.6 88.0) |
| OKLCH | oklch(0.683 0.131 90.5) |
Copy-ready code
/* CSS */
color: #b89521;
background-color: #b89521;
/* Tailwind (arbitrary) */
class="text-[#b89521] bg-[#b89521]"
/* SCSS */
$brand: #b89521;
/* SwiftUI */
Color(red: 0.722, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#b89521")Accessibility — WCAG contrast
Aa
#b89521 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89521 on black: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow82.1%
Key (black)27.8%
Color previews
#b89521 text on a black background
contrast 7.36:1
Card sample
#b89521 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89521;
Background color
Panel with #b89521 background
background-color: #b89521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89521; background: linear-gradient(135deg, #b89521, #76B821);