#b58430
a dark, vivid orange · warm · closest name: peru
RGB
181, 132, 48
HSL
38°, 58%, 45%
CMYK
0, 27, 74, 29
Luminance
0.2654
Every format
| HEX | #b58430 |
| RGB | rgb(181, 132, 48) |
| HSL | hsl(38, 58%, 45%) |
| CMYK | cmyk(0%, 27%, 74%, 29%) |
| LAB | lab(58.5 10.7 50.6) |
| LCH | lch(58.5 51.7 78.0) |
| OKLCH | oklch(0.647 0.115 77.2) |
Copy-ready code
/* CSS */
color: #b58430;
background-color: #b58430;
/* Tailwind (arbitrary) */
class="text-[#b58430] bg-[#b58430]"
/* SCSS */
$brand: #b58430;
/* SwiftUI */
Color(red: 0.710, green: 0.518, blue: 0.188)
/* Android */
Color.parseColor("#b58430")Accessibility — WCAG contrast
Aa
#b58430 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b58430 on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green51.8%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow73.5%
Key (black)29.0%
Color previews
#b58430 text on a black background
contrast 6.31:1
Card sample
#b58430 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b58430;
Background color
Panel with #b58430 background
background-color: #b58430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b58430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 132, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 132, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b58430; background: linear-gradient(135deg, #b58430, #8DB530);