#ba620f
a dark, electric orange · warm · closest name: chocolate
RGB
186, 98, 15
HSL
29°, 85%, 39%
CMYK
0, 47, 92, 27
Luminance
0.1921
Every format
| HEX | #ba620f |
| RGB | rgb(186, 98, 15) |
| HSL | hsl(29, 85%, 39%) |
| CMYK | cmyk(0%, 47%, 92%, 27%) |
| LAB | lab(50.9 30.6 56.0) |
| LCH | lch(50.9 63.8 61.3) |
| OKLCH | oklch(0.588 0.140 55.3) |
Copy-ready code
/* CSS */
color: #ba620f;
background-color: #ba620f;
/* Tailwind (arbitrary) */
class="text-[#ba620f] bg-[#ba620f]"
/* SCSS */
$brand: #ba620f;
/* SwiftUI */
Color(red: 0.729, green: 0.384, blue: 0.059)
/* Android */
Color.parseColor("#ba620f")Accessibility — WCAG contrast
Aa
#ba620f on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba620f on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow91.9%
Key (black)27.1%
Color previews
#ba620f text on a black background
contrast 4.84:1
Card sample
#ba620f text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba620f;
Background color
Panel with #ba620f background
background-color: #ba620f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba620f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 98, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 98, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba620f; background: linear-gradient(135deg, #ba620f, #A0BA0F);