#b7a708
a dark, electric yellow · cool · closest name: olive
RGB
183, 167, 8
HSL
55°, 92%, 38%
CMYK
0, 9, 96, 28
Luminance
0.3772
Every format
| HEX | #b7a708 |
| RGB | rgb(183, 167, 8) |
| HSL | hsl(55, 92%, 38%) |
| CMYK | cmyk(0%, 9%, 96%, 28%) |
| LAB | lab(67.8 -8.5 69.5) |
| LCH | lch(67.8 70.0 97.0) |
| OKLCH | oklch(0.720 0.150 102.5) |
Copy-ready code
/* CSS */
color: #b7a708;
background-color: #b7a708;
/* Tailwind (arbitrary) */
class="text-[#b7a708] bg-[#b7a708]"
/* SCSS */
$brand: #b7a708;
/* SwiftUI */
Color(red: 0.718, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#b7a708")Accessibility — WCAG contrast
Aa
#b7a708 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7a708 on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green65.5%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta8.7%
Yellow95.6%
Key (black)28.2%
Color previews
#b7a708 text on a black background
contrast 8.54:1
Card sample
#b7a708 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7a708;
Background color
Panel with #b7a708 background
background-color: #b7a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7a708; background: linear-gradient(135deg, #b7a708, #52B708);