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