#ba6901
a dark, electric orange · warm · closest name: chocolate
RGB
186, 105, 1
HSL
34°, 99%, 37%
CMYK
0, 44, 100, 27
Luminance
0.2054
Every format
| HEX | #ba6901 |
| RGB | rgb(186, 105, 1) |
| HSL | hsl(34, 99%, 37%) |
| CMYK | cmyk(0%, 44%, 100%, 27%) |
| LAB | lab(52.5 26.6 60.0) |
| LCH | lch(52.5 65.6 66.1) |
| OKLCH | oklch(0.600 0.139 61.1) |
Copy-ready code
/* CSS */
color: #ba6901;
background-color: #ba6901;
/* Tailwind (arbitrary) */
class="text-[#ba6901] bg-[#ba6901]"
/* SCSS */
$brand: #ba6901;
/* SwiftUI */
Color(red: 0.729, green: 0.412, blue: 0.004)
/* Android */
Color.parseColor("#ba6901")Accessibility — WCAG contrast
Aa
#ba6901 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6901 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green41.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow99.5%
Key (black)27.1%
Color previews
#ba6901 text on a black background
contrast 5.11:1
Card sample
#ba6901 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6901;
Background color
Panel with #ba6901 background
background-color: #ba6901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 105, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 105, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6901; background: linear-gradient(135deg, #ba6901, #90BA01);