#b54500
a dark, electric orange · warm · closest name: chocolate
RGB
181, 69, 0
HSL
23°, 100%, 36%
CMYK
0, 62, 100, 29
Luminance
0.1408
Every format
| HEX | #b54500 |
| RGB | rgb(181, 69, 0) |
| HSL | hsl(23, 100%, 36%) |
| CMYK | cmyk(0%, 62%, 100%, 29%) |
| LAB | lab(44.4 43.0 55.0) |
| LCH | lch(44.4 69.9 52.0) |
| OKLCH | oklch(0.536 0.159 43.0) |
Copy-ready code
/* CSS */
color: #b54500;
background-color: #b54500;
/* Tailwind (arbitrary) */
class="text-[#b54500] bg-[#b54500]"
/* SCSS */
$brand: #b54500;
/* SwiftUI */
Color(red: 0.710, green: 0.271, blue: 0.000)
/* Android */
Color.parseColor("#b54500")Accessibility — WCAG contrast
Aa
#b54500 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b54500 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green27.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow100.0%
Key (black)29.0%
Color previews
#b54500 text on a black background
contrast 3.82:1
Card sample
#b54500 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b54500;
Background color
Panel with #b54500 background
background-color: #b54500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b54500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 69, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 69, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b54500; background: linear-gradient(135deg, #b54500, #ACB500);