#b7590f
a dark, electric orange · warm · closest name: chocolate
RGB
183, 89, 15
HSL
26°, 85%, 39%
CMYK
0, 51, 92, 28
Luminance
0.1725
Every format
| HEX | #b7590f |
| RGB | rgb(183, 89, 15) |
| HSL | hsl(26, 85%, 39%) |
| CMYK | cmyk(0%, 51%, 92%, 28%) |
| LAB | lab(48.6 34.1 54.0) |
| LCH | lch(48.6 63.9 57.7) |
| OKLCH | oklch(0.569 0.143 50.9) |
Copy-ready code
/* CSS */
color: #b7590f;
background-color: #b7590f;
/* Tailwind (arbitrary) */
class="text-[#b7590f] bg-[#b7590f]"
/* SCSS */
$brand: #b7590f;
/* SwiftUI */
Color(red: 0.718, green: 0.349, blue: 0.059)
/* Android */
Color.parseColor("#b7590f")Accessibility — WCAG contrast
Aa
#b7590f on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b7590f on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green34.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow91.8%
Key (black)28.2%
Color previews
#b7590f text on a black background
contrast 4.45:1
Card sample
#b7590f text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7590f;
Background color
Panel with #b7590f background
background-color: #b7590f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7590f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 89, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 89, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7590f; background: linear-gradient(135deg, #b7590f, #A5B70F);