#ba511f
a dark, vivid orange · warm · closest name: chocolate
RGB
186, 81, 31
HSL
19°, 71%, 43%
CMYK
0, 57, 83, 27
Luminance
0.1642
Every format
| HEX | #ba511f |
| RGB | rgb(186, 81, 31) |
| HSL | hsl(19, 71%, 43%) |
| CMYK | cmyk(0%, 57%, 83%, 27%) |
| LAB | lab(47.5 39.7 47.6) |
| LCH | lch(47.5 62.0 50.2) |
| OKLCH | oklch(0.563 0.149 42.9) |
Copy-ready code
/* CSS */
color: #ba511f;
background-color: #ba511f;
/* Tailwind (arbitrary) */
class="text-[#ba511f] bg-[#ba511f]"
/* SCSS */
$brand: #ba511f;
/* SwiftUI */
Color(red: 0.729, green: 0.318, blue: 0.122)
/* Android */
Color.parseColor("#ba511f")Accessibility — WCAG contrast
Aa
#ba511f on white: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba511f on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green31.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta56.5%
Yellow83.3%
Key (black)27.1%
Color previews
#ba511f text on a black background
contrast 4.28:1
Card sample
#ba511f text on a white background
contrast 4.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba511f;
Background color
Panel with #ba511f background
background-color: #ba511f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba511f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 81, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 81, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba511f; background: linear-gradient(135deg, #ba511f, #BAB81F);