#ba931d
a dark, vivid yellow · cool · closest name: olive
RGB
186, 147, 29
HSL
45°, 73%, 42%
CMYK
0, 21, 84, 27
Luminance
0.3140
Every format
| HEX | #ba931d |
| RGB | rgb(186, 147, 29) |
| HSL | hsl(45, 73%, 42%) |
| CMYK | cmyk(0%, 21%, 84%, 27%) |
| LAB | lab(62.8 4.0 61.6) |
| LCH | lch(62.8 61.7 86.3) |
| OKLCH | oklch(0.681 0.132 88.4) |
Copy-ready code
/* CSS */
color: #ba931d;
background-color: #ba931d;
/* Tailwind (arbitrary) */
class="text-[#ba931d] bg-[#ba931d]"
/* SCSS */
$brand: #ba931d;
/* SwiftUI */
Color(red: 0.729, green: 0.576, blue: 0.114)
/* Android */
Color.parseColor("#ba931d")Accessibility — WCAG contrast
Aa
#ba931d on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba931d on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green57.6%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta21.0%
Yellow84.4%
Key (black)27.1%
Color previews
#ba931d text on a black background
contrast 7.28:1
Card sample
#ba931d text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba931d;
Background color
Panel with #ba931d background
background-color: #ba931d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba931d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 147, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 147, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba931d; background: linear-gradient(135deg, #ba931d, #78BA1D);