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