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