#ba944f
a balanced, soft orange · warm · closest name: peru
RGB
186, 148, 79
HSL
39°, 44%, 52%
CMYK
0, 20, 58, 27
Luminance
0.3218
Every format
| HEX | #ba944f |
| RGB | rgb(186, 148, 79) |
| HSL | hsl(39, 44%, 52%) |
| CMYK | cmyk(0%, 20%, 58%, 27%) |
| LAB | lab(63.5 6.1 41.4) |
| LCH | lch(63.5 41.9 81.6) |
| OKLCH | oklch(0.688 0.099 80.8) |
Copy-ready code
/* CSS */
color: #ba944f;
background-color: #ba944f;
/* Tailwind (arbitrary) */
class="text-[#ba944f] bg-[#ba944f]"
/* SCSS */
$brand: #ba944f;
/* SwiftUI */
Color(red: 0.729, green: 0.580, blue: 0.310)
/* Android */
Color.parseColor("#ba944f")Accessibility — WCAG contrast
Aa
#ba944f on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba944f on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green58.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow57.5%
Key (black)27.1%
Color previews
#ba944f text on a black background
contrast 7.44:1
Card sample
#ba944f text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba944f;
Background color
Panel with #ba944f background
background-color: #ba944f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba944f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 148, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 148, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba944f; background: linear-gradient(135deg, #ba944f, #99BA4F);