#baa708
a dark, electric yellow · cool · closest name: olive
RGB
186, 167, 8
HSL
54°, 92%, 38%
CMYK
0, 10, 96, 27
Luminance
0.3809
Every format
| HEX | #baa708 |
| RGB | rgb(186, 167, 8) |
| HSL | hsl(54, 92%, 38%) |
| CMYK | cmyk(0%, 10%, 96%, 27%) |
| LAB | lab(68.1 -7.1 69.8) |
| LCH | lch(68.1 70.2 95.8) |
| OKLCH | oklch(0.723 0.149 101.1) |
Copy-ready code
/* CSS */
color: #baa708;
background-color: #baa708;
/* Tailwind (arbitrary) */
class="text-[#baa708] bg-[#baa708]"
/* SCSS */
$brand: #baa708;
/* SwiftUI */
Color(red: 0.729, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#baa708")Accessibility — WCAG contrast
Aa
#baa708 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa708 on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow95.7%
Key (black)27.1%
Color previews
#baa708 text on a black background
contrast 8.62:1
Card sample
#baa708 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa708;
Background color
Panel with #baa708 background
background-color: #baa708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa708; background: linear-gradient(135deg, #baa708, #56BA08);