#ba481c
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 72, 28
HSL
17°, 74%, 42%
CMYK
0, 61, 85, 27
Luminance
0.1516
Every format
| HEX | #ba481c |
| RGB | rgb(186, 72, 28) |
| HSL | hsl(17, 74%, 42%) |
| CMYK | cmyk(0%, 61%, 85%, 27%) |
| LAB | lab(45.9 44.0 47.4) |
| LCH | lch(45.9 64.7 47.2) |
| OKLCH | oklch(0.550 0.157 39.4) |
Copy-ready code
/* CSS */
color: #ba481c;
background-color: #ba481c;
/* Tailwind (arbitrary) */
class="text-[#ba481c] bg-[#ba481c]"
/* SCSS */
$brand: #ba481c;
/* SwiftUI */
Color(red: 0.729, green: 0.282, blue: 0.110)
/* Android */
Color.parseColor("#ba481c")Accessibility — WCAG contrast
Aa
#ba481c on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba481c on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green28.2%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow84.9%
Key (black)27.1%
Color previews
#ba481c text on a black background
contrast 4.03:1
Card sample
#ba481c text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba481c;
Background color
Panel with #ba481c background
background-color: #ba481c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba481c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 72, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 72, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba481c; background: linear-gradient(135deg, #ba481c, #BAB11C);