#a8b310
a dark, electric yellow · cool · closest name: olive
RGB
168, 179, 16
HSL
64°, 84%, 38%
CMYK
6, 0, 91, 30
Luminance
0.4060
Every format
| HEX | #a8b310 |
| RGB | rgb(168, 179, 16) |
| HSL | hsl(64, 84%, 38%) |
| CMYK | cmyk(6%, 0%, 91%, 30%) |
| LAB | lab(69.9 -21.1 69.4) |
| LCH | lch(69.9 72.6 106.9) |
| OKLCH | oklch(0.733 0.162 114.2) |
Copy-ready code
/* CSS */
color: #a8b310;
background-color: #a8b310;
/* Tailwind (arbitrary) */
class="text-[#a8b310] bg-[#a8b310]"
/* SCSS */
$brand: #a8b310;
/* SwiftUI */
Color(red: 0.659, green: 0.702, blue: 0.063)
/* Android */
Color.parseColor("#a8b310")Accessibility — WCAG contrast
Aa
#a8b310 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8b310 on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green70.2%
Blue6.3%
CMYK percentages
Cyan6.1%
Magenta0.0%
Yellow91.1%
Key (black)29.8%
Color previews
#a8b310 text on a black background
contrast 9.12:1
Card sample
#a8b310 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8b310;
Background color
Panel with #a8b310 background
background-color: #a8b310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8b310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 179, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 179, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8b310; background: linear-gradient(135deg, #a8b310, #3BB310);