#b07430
a dark, vivid orange · warm · closest name: peru
RGB
176, 116, 48
HSL
32°, 57%, 44%
CMYK
0, 34, 73, 31
Luminance
0.2193
Every format
| HEX | #b07430 |
| RGB | rgb(176, 116, 48) |
| HSL | hsl(32, 57%, 44%) |
| CMYK | cmyk(0%, 34%, 73%, 31%) |
| LAB | lab(54.0 17.5 45.7) |
| LCH | lch(54.0 48.9 69.1) |
| OKLCH | oklch(0.610 0.112 66.0) |
Copy-ready code
/* CSS */
color: #b07430;
background-color: #b07430;
/* Tailwind (arbitrary) */
class="text-[#b07430] bg-[#b07430]"
/* SCSS */
$brand: #b07430;
/* SwiftUI */
Color(red: 0.690, green: 0.455, blue: 0.188)
/* Android */
Color.parseColor("#b07430")Accessibility — WCAG contrast
Aa
#b07430 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07430 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green45.5%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow72.7%
Key (black)31.0%
Color previews
#b07430 text on a black background
contrast 5.39:1
Card sample
#b07430 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07430;
Background color
Panel with #b07430 background
background-color: #b07430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 116, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 116, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07430; background: linear-gradient(135deg, #b07430, #97B030);