#ba682f
a balanced, vivid orange · warm · closest name: peru
RGB
186, 104, 47
HSL
25°, 60%, 46%
CMYK
0, 44, 75, 27
Luminance
0.2054
Every format
| HEX | #ba682f |
| RGB | rgb(186, 104, 47) |
| HSL | hsl(25, 60%, 46%) |
| CMYK | cmyk(0%, 44%, 75%, 27%) |
| LAB | lab(52.5 28.3 45.0) |
| LCH | lch(52.5 53.2 57.8) |
| OKLCH | oklch(0.601 0.126 52.4) |
Copy-ready code
/* CSS */
color: #ba682f;
background-color: #ba682f;
/* Tailwind (arbitrary) */
class="text-[#ba682f] bg-[#ba682f]"
/* SCSS */
$brand: #ba682f;
/* SwiftUI */
Color(red: 0.729, green: 0.408, blue: 0.184)
/* Android */
Color.parseColor("#ba682f")Accessibility — WCAG contrast
Aa
#ba682f on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba682f on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green40.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow74.7%
Key (black)27.1%
Color previews
#ba682f text on a black background
contrast 5.11:1
Card sample
#ba682f text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba682f;
Background color
Panel with #ba682f background
background-color: #ba682f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba682f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 104, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 104, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba682f; background: linear-gradient(135deg, #ba682f, #AFBA2F);