#b25713
a dark, electric orange · warm · closest name: chocolate
RGB
178, 87, 19
HSL
26°, 81%, 39%
CMYK
0, 51, 89, 30
Luminance
0.1633
Every format
| HEX | #b25713 |
| RGB | rgb(178, 87, 19) |
| HSL | hsl(26, 81%, 39%) |
| CMYK | cmyk(0%, 51%, 89%, 30%) |
| LAB | lab(47.4 33.2 51.6) |
| LCH | lch(47.4 61.4 57.3) |
| OKLCH | oklch(0.559 0.139 50.5) |
Copy-ready code
/* CSS */
color: #b25713;
background-color: #b25713;
/* Tailwind (arbitrary) */
class="text-[#b25713] bg-[#b25713]"
/* SCSS */
$brand: #b25713;
/* SwiftUI */
Color(red: 0.698, green: 0.341, blue: 0.075)
/* Android */
Color.parseColor("#b25713")Accessibility — WCAG contrast
Aa
#b25713 on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b25713 on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green34.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow89.3%
Key (black)30.2%
Color previews
#b25713 text on a black background
contrast 4.27:1
Card sample
#b25713 text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25713;
Background color
Panel with #b25713 background
background-color: #b25713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 87, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 87, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25713; background: linear-gradient(135deg, #b25713, #A3B213);