#b9a607
a dark, electric yellow · cool · closest name: olive
RGB
185, 166, 7
HSL
54°, 93%, 38%
CMYK
0, 10, 96, 28
Luminance
0.3760
Every format
| HEX | #b9a607 |
| RGB | rgb(185, 166, 7) |
| HSL | hsl(54, 93%, 38%) |
| CMYK | cmyk(0%, 10%, 96%, 28%) |
| LAB | lab(67.7 -7.1 69.6) |
| LCH | lch(67.7 70.0 95.8) |
| OKLCH | oklch(0.719 0.149 101.1) |
Copy-ready code
/* CSS */
color: #b9a607;
background-color: #b9a607;
/* Tailwind (arbitrary) */
class="text-[#b9a607] bg-[#b9a607]"
/* SCSS */
$brand: #b9a607;
/* SwiftUI */
Color(red: 0.725, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#b9a607")Accessibility — WCAG contrast
Aa
#b9a607 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9a607 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow96.2%
Key (black)27.5%
Color previews
#b9a607 text on a black background
contrast 8.52:1
Card sample
#b9a607 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9a607;
Background color
Panel with #b9a607 background
background-color: #b9a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9a607; background: linear-gradient(135deg, #b9a607, #55B907);