#b0a310
a dark, electric yellow · cool · closest name: olive
RGB
176, 163, 16
HSL
55°, 83%, 38%
CMYK
0, 7, 91, 31
Luminance
0.3546
Every format
| HEX | #b0a310 |
| RGB | rgb(176, 163, 16) |
| HSL | hsl(55, 83%, 38%) |
| CMYK | cmyk(0%, 7%, 91%, 31%) |
| LAB | lab(66.1 -9.4 66.8) |
| LCH | lch(66.1 67.4 98.0) |
| OKLCH | oklch(0.705 0.145 103.6) |
Copy-ready code
/* CSS */
color: #b0a310;
background-color: #b0a310;
/* Tailwind (arbitrary) */
class="text-[#b0a310] bg-[#b0a310]"
/* SCSS */
$brand: #b0a310;
/* SwiftUI */
Color(red: 0.690, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#b0a310")Accessibility — WCAG contrast
Aa
#b0a310 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a310 on black: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta7.4%
Yellow90.9%
Key (black)31.0%
Color previews
#b0a310 text on a black background
contrast 8.09:1
Card sample
#b0a310 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a310;
Background color
Panel with #b0a310 background
background-color: #b0a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a310; background: linear-gradient(135deg, #b0a310, #52B010);