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