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