#b08030
a dark, vivid orange · warm · closest name: peru
RGB
176, 128, 48
HSL
38°, 57%, 44%
CMYK
0, 27, 73, 31
Luminance
0.2488
Every format
| HEX | #b08030 |
| RGB | rgb(176, 128, 48) |
| HSL | hsl(38, 57%, 44%) |
| CMYK | cmyk(0%, 27%, 73%, 31%) |
| LAB | lab(57.0 10.7 48.8) |
| LCH | lch(57.0 49.9 77.6) |
| OKLCH | oklch(0.633 0.112 76.6) |
Copy-ready code
/* CSS */
color: #b08030;
background-color: #b08030;
/* Tailwind (arbitrary) */
class="text-[#b08030] bg-[#b08030]"
/* SCSS */
$brand: #b08030;
/* SwiftUI */
Color(red: 0.690, green: 0.502, blue: 0.188)
/* Android */
Color.parseColor("#b08030")Accessibility — WCAG contrast
Aa
#b08030 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b08030 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green50.2%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow72.7%
Key (black)31.0%
Color previews
#b08030 text on a black background
contrast 5.98:1
Card sample
#b08030 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b08030;
Background color
Panel with #b08030 background
background-color: #b08030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b08030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 128, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 128, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b08030; background: linear-gradient(135deg, #b08030, #8BB030);