#b75021
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 80, 33
HSL
19°, 69%, 42%
CMYK
0, 56, 82, 28
Luminance
0.1591
Every format
| HEX | #b75021 |
| RGB | rgb(183, 80, 33) |
| HSL | hsl(19, 69%, 42%) |
| CMYK | cmyk(0%, 56%, 82%, 28%) |
| LAB | lab(46.9 39.1 45.9) |
| LCH | lch(46.9 60.3 49.6) |
| OKLCH | oklch(0.557 0.146 42.4) |
Copy-ready code
/* CSS */
color: #b75021;
background-color: #b75021;
/* Tailwind (arbitrary) */
class="text-[#b75021] bg-[#b75021]"
/* SCSS */
$brand: #b75021;
/* SwiftUI */
Color(red: 0.718, green: 0.314, blue: 0.129)
/* Android */
Color.parseColor("#b75021")Accessibility — WCAG contrast
Aa
#b75021 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75021 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow82.0%
Key (black)28.2%
Color previews
#b75021 text on a black background
contrast 4.18:1
Card sample
#b75021 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75021;
Background color
Panel with #b75021 background
background-color: #b75021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 80, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 80, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75021; background: linear-gradient(135deg, #b75021, #B7B421);