#ba810f
a dark, electric yellow · warm · closest name: peru
RGB
186, 129, 15
HSL
40°, 85%, 39%
CMYK
0, 31, 92, 27
Luminance
0.2617
Every format
| HEX | #ba810f |
| RGB | rgb(186, 129, 15) |
| HSL | hsl(40, 85%, 39%) |
| CMYK | cmyk(0%, 31%, 92%, 27%) |
| LAB | lab(58.2 13.6 61.3) |
| LCH | lch(58.2 62.8 77.5) |
| OKLCH | oklch(0.645 0.132 76.7) |
Copy-ready code
/* CSS */
color: #ba810f;
background-color: #ba810f;
/* Tailwind (arbitrary) */
class="text-[#ba810f] bg-[#ba810f]"
/* SCSS */
$brand: #ba810f;
/* SwiftUI */
Color(red: 0.729, green: 0.506, blue: 0.059)
/* Android */
Color.parseColor("#ba810f")Accessibility — WCAG contrast
Aa
#ba810f on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba810f on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green50.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow91.9%
Key (black)27.1%
Color previews
#ba810f text on a black background
contrast 6.23:1
Card sample
#ba810f text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba810f;
Background color
Panel with #ba810f background
background-color: #ba810f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba810f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 129, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 129, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba810f; background: linear-gradient(135deg, #ba810f, #81BA0F);