#b18621
a dark, vivid yellow · warm · closest name: peru
RGB
177, 134, 33
HSL
42°, 69%, 41%
CMYK
0, 24, 81, 31
Luminance
0.2651
Every format
| HEX | #b18621 |
| RGB | rgb(177, 134, 33) |
| HSL | hsl(42, 69%, 41%) |
| CMYK | cmyk(0%, 24%, 81%, 31%) |
| LAB | lab(58.5 7.2 56.2) |
| LCH | lch(58.5 56.7 82.7) |
| OKLCH | oklch(0.645 0.122 83.5) |
Copy-ready code
/* CSS */
color: #b18621;
background-color: #b18621;
/* Tailwind (arbitrary) */
class="text-[#b18621] bg-[#b18621]"
/* SCSS */
$brand: #b18621;
/* SwiftUI */
Color(red: 0.694, green: 0.525, blue: 0.129)
/* Android */
Color.parseColor("#b18621")Accessibility — WCAG contrast
Aa
#b18621 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b18621 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green52.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow81.4%
Key (black)30.6%
Color previews
#b18621 text on a black background
contrast 6.30:1
Card sample
#b18621 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b18621;
Background color
Panel with #b18621 background
background-color: #b18621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b18621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 134, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 134, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b18621; background: linear-gradient(135deg, #b18621, #7CB121);