#ba552f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 85, 47
HSL
16°, 60%, 46%
CMYK
0, 54, 75, 27
Luminance
0.1714
Every format
| HEX | #ba552f |
| RGB | rgb(186, 85, 47) |
| HSL | hsl(16, 60%, 46%) |
| CMYK | cmyk(0%, 54%, 75%, 27%) |
| LAB | lab(48.4 38.3 40.8) |
| LCH | lch(48.4 56.0 46.8) |
| OKLCH | oklch(0.570 0.141 40.3) |
Copy-ready code
/* CSS */
color: #ba552f;
background-color: #ba552f;
/* Tailwind (arbitrary) */
class="text-[#ba552f] bg-[#ba552f]"
/* SCSS */
$brand: #ba552f;
/* SwiftUI */
Color(red: 0.729, green: 0.333, blue: 0.184)
/* Android */
Color.parseColor("#ba552f")Accessibility — WCAG contrast
Aa
#ba552f on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba552f on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green33.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow74.7%
Key (black)27.1%
Color previews
#ba552f text on a black background
contrast 4.43:1
Card sample
#ba552f text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba552f;
Background color
Panel with #ba552f background
background-color: #ba552f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba552f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 85, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 85, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba552f; background: linear-gradient(135deg, #ba552f, #BAB22F);