#b93708
a dark, electric orange · warm · closest name: firebrick
RGB
185, 55, 8
HSL
16°, 92%, 38%
CMYK
0, 70, 96, 28
Luminance
0.1306
Every format
| HEX | #b93708 |
| RGB | rgb(185, 55, 8) |
| HSL | hsl(16, 92%, 38%) |
| CMYK | cmyk(0%, 70%, 96%, 28%) |
| LAB | lab(42.9 50.5 52.3) |
| LCH | lch(42.9 72.7 46.0) |
| OKLCH | oklch(0.527 0.173 36.6) |
Copy-ready code
/* CSS */
color: #b93708;
background-color: #b93708;
/* Tailwind (arbitrary) */
class="text-[#b93708] bg-[#b93708]"
/* SCSS */
$brand: #b93708;
/* SwiftUI */
Color(red: 0.725, green: 0.216, blue: 0.031)
/* Android */
Color.parseColor("#b93708")Accessibility — WCAG contrast
Aa
#b93708 on white: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b93708 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green21.6%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta70.3%
Yellow95.7%
Key (black)27.5%
Color previews
#b93708 text on a black background
contrast 3.61:1
Card sample
#b93708 text on a white background
contrast 5.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b93708;
Background color
Panel with #b93708 background
background-color: #b93708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b93708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 55, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 55, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b93708; background: linear-gradient(135deg, #b93708, #B9AD08);