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