#a2a310
a dark, electric yellow · cool · closest name: olive
RGB
162, 163, 16
HSL
60°, 82%, 35%
CMYK
1, 0, 90, 36
Luminance
0.3391
Every format
| HEX | #a2a310 |
| RGB | rgb(162, 163, 16) |
| HSL | hsl(60, 82%, 35%) |
| CMYK | cmyk(1%, 0%, 90%, 36%) |
| LAB | lab(64.9 -15.6 65.3) |
| LCH | lch(64.9 67.1 103.5) |
| OKLCH | oklch(0.692 0.148 110.2) |
Copy-ready code
/* CSS */
color: #a2a310;
background-color: #a2a310;
/* Tailwind (arbitrary) */
class="text-[#a2a310] bg-[#a2a310]"
/* SCSS */
$brand: #a2a310;
/* SwiftUI */
Color(red: 0.635, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#a2a310")Accessibility — WCAG contrast
Aa
#a2a310 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a310 on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green63.9%
Blue6.3%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#a2a310 text on a black background
contrast 7.78:1
Card sample
#a2a310 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a310;
Background color
Panel with #a2a310 background
background-color: #a2a310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a310; background: linear-gradient(135deg, #a2a310, #40A310);