#ba993f
a balanced, vivid yellow · warm · closest name: peru
RGB
186, 153, 63
HSL
44°, 49%, 49%
CMYK
0, 18, 66, 27
Luminance
0.3358
Every format
| HEX | #ba993f |
| RGB | rgb(186, 153, 63) |
| HSL | hsl(44, 49%, 49%) |
| CMYK | cmyk(0%, 18%, 66%, 27%) |
| LAB | lab(64.6 2.2 50.4) |
| LCH | lch(64.6 50.5 87.5) |
| OKLCH | oklch(0.696 0.115 88.8) |
Copy-ready code
/* CSS */
color: #ba993f;
background-color: #ba993f;
/* Tailwind (arbitrary) */
class="text-[#ba993f] bg-[#ba993f]"
/* SCSS */
$brand: #ba993f;
/* SwiftUI */
Color(red: 0.729, green: 0.600, blue: 0.247)
/* Android */
Color.parseColor("#ba993f")Accessibility — WCAG contrast
Aa
#ba993f on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba993f on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green60.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow66.1%
Key (black)27.1%
Color previews
#ba993f text on a black background
contrast 7.72:1
Card sample
#ba993f text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba993f;
Background color
Panel with #ba993f background
background-color: #ba993f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba993f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 153, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 153, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba993f; background: linear-gradient(135deg, #ba993f, #89BA3F);