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