#b38921
a dark, vivid yellow · warm · closest name: peru
RGB
179, 137, 33
HSL
43°, 69%, 42%
CMYK
0, 24, 82, 30
Luminance
0.2758
Every format
| HEX | #b38921 |
| RGB | rgb(179, 137, 33) |
| HSL | hsl(43, 69%, 42%) |
| CMYK | cmyk(0%, 24%, 82%, 30%) |
| LAB | lab(59.5 6.5 57.2) |
| LCH | lch(59.5 57.5 83.6) |
| OKLCH | oklch(0.653 0.124 84.7) |
Copy-ready code
/* CSS */
color: #b38921;
background-color: #b38921;
/* Tailwind (arbitrary) */
class="text-[#b38921] bg-[#b38921]"
/* SCSS */
$brand: #b38921;
/* SwiftUI */
Color(red: 0.702, green: 0.537, blue: 0.129)
/* Android */
Color.parseColor("#b38921")Accessibility — WCAG contrast
Aa
#b38921 on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b38921 on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green53.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow81.6%
Key (black)29.8%
Color previews
#b38921 text on a black background
contrast 6.52:1
Card sample
#b38921 text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b38921;
Background color
Panel with #b38921 background
background-color: #b38921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b38921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 137, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 137, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b38921; background: linear-gradient(135deg, #b38921, #7CB321);