#b79021
a dark, vivid yellow · warm · closest name: olive
RGB
183, 144, 33
HSL
44°, 69%, 42%
CMYK
0, 21, 82, 28
Luminance
0.3012
Every format
| HEX | #b79021 |
| RGB | rgb(183, 144, 33) |
| HSL | hsl(44, 69%, 42%) |
| CMYK | cmyk(0%, 21%, 82%, 28%) |
| LAB | lab(61.8 4.4 59.3) |
| LCH | lch(61.8 59.5 85.7) |
| OKLCH | oklch(0.672 0.128 87.6) |
Copy-ready code
/* CSS */
color: #b79021;
background-color: #b79021;
/* Tailwind (arbitrary) */
class="text-[#b79021] bg-[#b79021]"
/* SCSS */
$brand: #b79021;
/* SwiftUI */
Color(red: 0.718, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#b79021")Accessibility — WCAG contrast
Aa
#b79021 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b79021 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green56.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow82.0%
Key (black)28.2%
Color previews
#b79021 text on a black background
contrast 7.02:1
Card sample
#b79021 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b79021;
Background color
Panel with #b79021 background
background-color: #b79021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b79021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b79021; background: linear-gradient(135deg, #b79021, #7AB721);