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