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