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