#b24f13
a dark, electric orange · warm · closest name: chocolate
RGB
178, 79, 19
HSL
23°, 81%, 39%
CMYK
0, 56, 89, 30
Luminance
0.1510
Every format
| HEX | #b24f13 |
| RGB | rgb(178, 79, 19) |
| HSL | hsl(23, 81%, 39%) |
| CMYK | cmyk(0%, 56%, 89%, 30%) |
| LAB | lab(45.8 37.3 50.4) |
| LCH | lch(45.8 62.7 53.5) |
| OKLCH | oklch(0.546 0.145 46.0) |
Copy-ready code
/* CSS */
color: #b24f13;
background-color: #b24f13;
/* Tailwind (arbitrary) */
class="text-[#b24f13] bg-[#b24f13]"
/* SCSS */
$brand: #b24f13;
/* SwiftUI */
Color(red: 0.698, green: 0.310, blue: 0.075)
/* Android */
Color.parseColor("#b24f13")Accessibility — WCAG contrast
Aa
#b24f13 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b24f13 on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green31.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow89.3%
Key (black)30.2%
Color previews
#b24f13 text on a black background
contrast 4.02:1
Card sample
#b24f13 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b24f13;
Background color
Panel with #b24f13 background
background-color: #b24f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b24f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 79, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 79, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b24f13; background: linear-gradient(135deg, #b24f13, #ABB213);