#b79521
a dark, vivid yellow · cool · closest name: olive
RGB
183, 149, 33
HSL
46°, 69%, 42%
CMYK
0, 19, 82, 28
Luminance
0.3167
Every format
| HEX | #b79521 |
| RGB | rgb(183, 149, 33) |
| HSL | hsl(46, 69%, 42%) |
| CMYK | cmyk(0%, 19%, 82%, 28%) |
| LAB | lab(63.1 1.7 60.5) |
| LCH | lch(63.1 60.5 88.4) |
| OKLCH | oklch(0.682 0.130 91.0) |
Copy-ready code
/* CSS */
color: #b79521;
background-color: #b79521;
/* Tailwind (arbitrary) */
class="text-[#b79521] bg-[#b79521]"
/* SCSS */
$brand: #b79521;
/* SwiftUI */
Color(red: 0.718, green: 0.584, blue: 0.129)
/* Android */
Color.parseColor("#b79521")Accessibility — WCAG contrast
Aa
#b79521 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79521 on black: 7.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green58.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow82.0%
Key (black)28.2%
Color previews
#b79521 text on a black background
contrast 7.33:1
Card sample
#b79521 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79521;
Background color
Panel with #b79521 background
background-color: #b79521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 149, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 149, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79521; background: linear-gradient(135deg, #b79521, #75B721);