#b75f08
a dark, electric orange · warm · closest name: chocolate
RGB
183, 95, 8
HSL
30°, 92%, 38%
CMYK
0, 48, 96, 28
Luminance
0.1827
Every format
| HEX | #b75f08 |
| RGB | rgb(183, 95, 8) |
| HSL | hsl(30, 92%, 38%) |
| CMYK | cmyk(0%, 48%, 96%, 28%) |
| LAB | lab(49.8 30.8 56.6) |
| LCH | lch(49.8 64.4 61.4) |
| OKLCH | oklch(0.579 0.140 55.2) |
Copy-ready code
/* CSS */
color: #b75f08;
background-color: #b75f08;
/* Tailwind (arbitrary) */
class="text-[#b75f08] bg-[#b75f08]"
/* SCSS */
$brand: #b75f08;
/* SwiftUI */
Color(red: 0.718, green: 0.373, blue: 0.031)
/* Android */
Color.parseColor("#b75f08")Accessibility — WCAG contrast
Aa
#b75f08 on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b75f08 on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.3%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow95.6%
Key (black)28.2%
Color previews
#b75f08 text on a black background
contrast 4.65:1
Card sample
#b75f08 text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75f08;
Background color
Panel with #b75f08 background
background-color: #b75f08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75f08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 95, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 95, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75f08; background: linear-gradient(135deg, #b75f08, #9BB708);