#b1a607
a dark, electric yellow · cool · closest name: olive
RGB
177, 166, 7
HSL
56°, 92%, 36%
CMYK
0, 6, 96, 31
Luminance
0.3663
Every format
| HEX | #b1a607 |
| RGB | rgb(177, 166, 7) |
| HSL | hsl(56, 92%, 36%) |
| CMYK | cmyk(0%, 6%, 96%, 31%) |
| LAB | lab(67.0 -10.6 68.8) |
| LCH | lch(67.0 69.6 98.8) |
| OKLCH | oklch(0.712 0.150 104.8) |
Copy-ready code
/* CSS */
color: #b1a607;
background-color: #b1a607;
/* Tailwind (arbitrary) */
class="text-[#b1a607] bg-[#b1a607]"
/* SCSS */
$brand: #b1a607;
/* SwiftUI */
Color(red: 0.694, green: 0.651, blue: 0.027)
/* Android */
Color.parseColor("#b1a607")Accessibility — WCAG contrast
Aa
#b1a607 on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1a607 on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green65.1%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta6.2%
Yellow96.0%
Key (black)30.6%
Color previews
#b1a607 text on a black background
contrast 8.33:1
Card sample
#b1a607 text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1a607;
Background color
Panel with #b1a607 background
background-color: #b1a607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1a607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 166, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 166, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1a607; background: linear-gradient(135deg, #b1a607, #4BB107);