#b75615
a dark, electric orange · warm · closest name: chocolate
RGB
183, 86, 21
HSL
24°, 79%, 40%
CMYK
0, 53, 89, 28
Luminance
0.1678
Every format
| HEX | #b75615 |
| RGB | rgb(183, 86, 21) |
| HSL | hsl(24, 79%, 40%) |
| CMYK | cmyk(0%, 53%, 89%, 28%) |
| LAB | lab(48.0 35.8 51.7) |
| LCH | lch(48.0 62.9 55.3) |
| OKLCH | oklch(0.565 0.144 48.2) |
Copy-ready code
/* CSS */
color: #b75615;
background-color: #b75615;
/* Tailwind (arbitrary) */
class="text-[#b75615] bg-[#b75615]"
/* SCSS */
$brand: #b75615;
/* SwiftUI */
Color(red: 0.718, green: 0.337, blue: 0.082)
/* Android */
Color.parseColor("#b75615")Accessibility — WCAG contrast
Aa
#b75615 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75615 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green33.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow88.5%
Key (black)28.2%
Color previews
#b75615 text on a black background
contrast 4.36:1
Card sample
#b75615 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75615;
Background color
Panel with #b75615 background
background-color: #b75615;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75615;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 86, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 86, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75615; background: linear-gradient(135deg, #b75615, #ACB715);