#ba640f
a dark, electric orange · warm · closest name: chocolate
RGB
186, 100, 15
HSL
30°, 85%, 39%
CMYK
0, 46, 92, 27
Luminance
0.1959
Every format
| HEX | #ba640f |
| RGB | rgb(186, 100, 15) |
| HSL | hsl(30, 85%, 39%) |
| CMYK | cmyk(0%, 46%, 92%, 27%) |
| LAB | lab(51.4 29.5 56.3) |
| LCH | lch(51.4 63.5 62.3) |
| OKLCH | oklch(0.592 0.139 56.6) |
Copy-ready code
/* CSS */
color: #ba640f;
background-color: #ba640f;
/* Tailwind (arbitrary) */
class="text-[#ba640f] bg-[#ba640f]"
/* SCSS */
$brand: #ba640f;
/* SwiftUI */
Color(red: 0.729, green: 0.392, blue: 0.059)
/* Android */
Color.parseColor("#ba640f")Accessibility — WCAG contrast
Aa
#ba640f on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba640f on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green39.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow91.9%
Key (black)27.1%
Color previews
#ba640f text on a black background
contrast 4.92:1
Card sample
#ba640f text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba640f;
Background color
Panel with #ba640f background
background-color: #ba640f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba640f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 100, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 100, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba640f; background: linear-gradient(135deg, #ba640f, #9EBA0F);