#b4530f
a dark, electric orange · warm · closest name: chocolate
RGB
180, 83, 15
HSL
25°, 85%, 38%
CMYK
0, 54, 92, 29
Luminance
0.1592
Every format
| HEX | #b4530f |
| RGB | rgb(180, 83, 15) |
| HSL | hsl(25, 85%, 38%) |
| CMYK | cmyk(0%, 54%, 92%, 29%) |
| LAB | lab(46.9 36.0 52.6) |
| LCH | lch(46.9 63.7 55.6) |
| OKLCH | oklch(0.555 0.145 48.3) |
Copy-ready code
/* CSS */
color: #b4530f;
background-color: #b4530f;
/* Tailwind (arbitrary) */
class="text-[#b4530f] bg-[#b4530f]"
/* SCSS */
$brand: #b4530f;
/* SwiftUI */
Color(red: 0.706, green: 0.325, blue: 0.059)
/* Android */
Color.parseColor("#b4530f")Accessibility — WCAG contrast
Aa
#b4530f on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b4530f on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green32.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta53.9%
Yellow91.7%
Key (black)29.4%
Color previews
#b4530f text on a black background
contrast 4.18:1
Card sample
#b4530f text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4530f;
Background color
Panel with #b4530f background
background-color: #b4530f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4530f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 83, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 83, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4530f; background: linear-gradient(135deg, #b4530f, #A7B40F);