#ba970c
a dark, electric yellow · cool · closest name: olive
RGB
186, 151, 12
HSL
48°, 88%, 39%
CMYK
0, 19, 94, 27
Luminance
0.3260
Every format
| HEX | #ba970c |
| RGB | rgb(186, 151, 12) |
| HSL | hsl(48, 88%, 39%) |
| CMYK | cmyk(0%, 19%, 94%, 27%) |
| LAB | lab(63.8 1.5 66.1) |
| LCH | lch(63.8 66.1 88.7) |
| OKLCH | oklch(0.689 0.139 91.9) |
Copy-ready code
/* CSS */
color: #ba970c;
background-color: #ba970c;
/* Tailwind (arbitrary) */
class="text-[#ba970c] bg-[#ba970c]"
/* SCSS */
$brand: #ba970c;
/* SwiftUI */
Color(red: 0.729, green: 0.592, blue: 0.047)
/* Android */
Color.parseColor("#ba970c")Accessibility — WCAG contrast
Aa
#ba970c on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba970c on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green59.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow93.5%
Key (black)27.1%
Color previews
#ba970c text on a black background
contrast 7.52:1
Card sample
#ba970c text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba970c;
Background color
Panel with #ba970c background
background-color: #ba970c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba970c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 151, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 151, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba970c; background: linear-gradient(135deg, #ba970c, #69BA0C);