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