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