#baa310
a dark, electric yellow · cool · closest name: olive
RGB
186, 163, 16
HSL
52°, 84%, 40%
CMYK
0, 12, 91, 27
Luminance
0.3667
Every format
| HEX | #baa310 |
| RGB | rgb(186, 163, 16) |
| HSL | hsl(52, 84%, 40%) |
| CMYK | cmyk(0%, 12%, 91%, 27%) |
| LAB | lab(67.0 -4.9 67.9) |
| LCH | lch(67.0 68.0 94.1) |
| OKLCH | oklch(0.714 0.145 98.8) |
Copy-ready code
/* CSS */
color: #baa310;
background-color: #baa310;
/* Tailwind (arbitrary) */
class="text-[#baa310] bg-[#baa310]"
/* SCSS */
$brand: #baa310;
/* SwiftUI */
Color(red: 0.729, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#baa310")Accessibility — WCAG contrast
Aa
#baa310 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#baa310 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta12.4%
Yellow91.4%
Key (black)27.1%
Color previews
#baa310 text on a black background
contrast 8.33:1
Card sample
#baa310 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #baa310;
Background color
Panel with #baa310 background
background-color: #baa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #baa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #baa310; background: linear-gradient(135deg, #baa310, #60BA10);