#ba830f
a dark, electric yellow · warm · closest name: peru
RGB
186, 131, 15
HSL
41°, 85%, 39%
CMYK
0, 30, 92, 27
Luminance
0.2671
Every format
| HEX | #ba830f |
| RGB | rgb(186, 131, 15) |
| HSL | hsl(41, 85%, 39%) |
| CMYK | cmyk(0%, 30%, 92%, 27%) |
| LAB | lab(58.7 12.5 61.7) |
| LCH | lch(58.7 63.0 78.6) |
| OKLCH | oklch(0.649 0.132 78.2) |
Copy-ready code
/* CSS */
color: #ba830f;
background-color: #ba830f;
/* Tailwind (arbitrary) */
class="text-[#ba830f] bg-[#ba830f]"
/* SCSS */
$brand: #ba830f;
/* SwiftUI */
Color(red: 0.729, green: 0.514, blue: 0.059)
/* Android */
Color.parseColor("#ba830f")Accessibility — WCAG contrast
Aa
#ba830f on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba830f on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green51.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow91.9%
Key (black)27.1%
Color previews
#ba830f text on a black background
contrast 6.34:1
Card sample
#ba830f text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba830f;
Background color
Panel with #ba830f background
background-color: #ba830f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba830f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 131, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 131, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba830f; background: linear-gradient(135deg, #ba830f, #7FBA0F);