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