#ba7948
a balanced, vivid orange · warm · closest name: peru
RGB
186, 121, 72
HSL
26°, 45%, 51%
CMYK
0, 35, 61, 27
Luminance
0.2458
Every format
| HEX | #ba7948 |
| RGB | rgb(186, 121, 72) |
| HSL | hsl(26, 45%, 51%) |
| CMYK | cmyk(0%, 35%, 61%, 27%) |
| LAB | lab(56.7 20.5 36.9) |
| LCH | lch(56.7 42.2 61.0) |
| OKLCH | oklch(0.634 0.104 56.5) |
Copy-ready code
/* CSS */
color: #ba7948;
background-color: #ba7948;
/* Tailwind (arbitrary) */
class="text-[#ba7948] bg-[#ba7948]"
/* SCSS */
$brand: #ba7948;
/* SwiftUI */
Color(red: 0.729, green: 0.475, blue: 0.282)
/* Android */
Color.parseColor("#ba7948")Accessibility — WCAG contrast
Aa
#ba7948 on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba7948 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green47.5%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow61.3%
Key (black)27.1%
Color previews
#ba7948 text on a black background
contrast 5.92:1
Card sample
#ba7948 text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7948;
Background color
Panel with #ba7948 background
background-color: #ba7948;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7948;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 121, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 121, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7948; background: linear-gradient(135deg, #ba7948, #AFBA48);