#b89721
a dark, vivid yellow · cool · closest name: olive
RGB
184, 151, 33
HSL
47°, 70%, 43%
CMYK
0, 18, 82, 28
Luminance
0.3243
Every format
| HEX | #b89721 |
| RGB | rgb(184, 151, 33) |
| HSL | hsl(47, 70%, 43%) |
| CMYK | cmyk(0%, 18%, 82%, 28%) |
| LAB | lab(63.7 1.0 61.0) |
| LCH | lch(63.7 61.1 89.0) |
| OKLCH | oklch(0.688 0.132 91.8) |
Copy-ready code
/* CSS */
color: #b89721;
background-color: #b89721;
/* Tailwind (arbitrary) */
class="text-[#b89721] bg-[#b89721]"
/* SCSS */
$brand: #b89721;
/* SwiftUI */
Color(red: 0.722, green: 0.592, blue: 0.129)
/* Android */
Color.parseColor("#b89721")Accessibility — WCAG contrast
Aa
#b89721 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b89721 on black: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green59.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow82.1%
Key (black)27.8%
Color previews
#b89721 text on a black background
contrast 7.49:1
Card sample
#b89721 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b89721;
Background color
Panel with #b89721 background
background-color: #b89721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b89721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 151, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 151, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b89721; background: linear-gradient(135deg, #b89721, #74B821);