#ba6325
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 99, 37
HSL
25°, 67%, 44%
CMYK
0, 47, 80, 27
Luminance
0.1950
Every format
| HEX | #ba6325 |
| RGB | rgb(186, 99, 37) |
| HSL | hsl(25, 67%, 44%) |
| CMYK | cmyk(0%, 47%, 80%, 27%) |
| LAB | lab(51.3 30.6 48.4) |
| LCH | lch(51.3 57.3 57.7) |
| OKLCH | oklch(0.591 0.133 51.9) |
Copy-ready code
/* CSS */
color: #ba6325;
background-color: #ba6325;
/* Tailwind (arbitrary) */
class="text-[#ba6325] bg-[#ba6325]"
/* SCSS */
$brand: #ba6325;
/* SwiftUI */
Color(red: 0.729, green: 0.388, blue: 0.145)
/* Android */
Color.parseColor("#ba6325")Accessibility — WCAG contrast
Aa
#ba6325 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6325 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow80.1%
Key (black)27.1%
Color previews
#ba6325 text on a black background
contrast 4.90:1
Card sample
#ba6325 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6325;
Background color
Panel with #ba6325 background
background-color: #ba6325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 99, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 99, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6325; background: linear-gradient(135deg, #ba6325, #ADBA25);