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