#b75421
a dark, vivid orange · warm · closest name: chocolate
RGB
183, 84, 33
HSL
20°, 69%, 42%
CMYK
0, 54, 82, 28
Luminance
0.1652
Every format
| HEX | #b75421 |
| RGB | rgb(183, 84, 33) |
| HSL | hsl(20, 69%, 42%) |
| CMYK | cmyk(0%, 54%, 82%, 28%) |
| LAB | lab(47.6 37.1 46.6) |
| LCH | lch(47.6 59.6 51.5) |
| OKLCH | oklch(0.563 0.143 44.6) |
Copy-ready code
/* CSS */
color: #b75421;
background-color: #b75421;
/* Tailwind (arbitrary) */
class="text-[#b75421] bg-[#b75421]"
/* SCSS */
$brand: #b75421;
/* SwiftUI */
Color(red: 0.718, green: 0.329, blue: 0.129)
/* Android */
Color.parseColor("#b75421")Accessibility — WCAG contrast
Aa
#b75421 on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75421 on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green32.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow82.0%
Key (black)28.2%
Color previews
#b75421 text on a black background
contrast 4.30:1
Card sample
#b75421 text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75421;
Background color
Panel with #b75421 background
background-color: #b75421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 84, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 84, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75421; background: linear-gradient(135deg, #b75421, #B6B721);