#a2a430
a dark, vivid yellow · cool · closest name: olive
RGB
162, 164, 48
HSL
61°, 55%, 42%
CMYK
1, 0, 71, 36
Luminance
0.3445
Every format
| HEX | #a2a430 |
| RGB | rgb(162, 164, 48) |
| HSL | hsl(61, 55%, 42%) |
| CMYK | cmyk(1%, 0%, 71%, 36%) |
| LAB | lab(65.3 -15.0 56.7) |
| LCH | lch(65.3 58.6 104.8) |
| OKLCH | oklch(0.696 0.135 110.4) |
Copy-ready code
/* CSS */
color: #a2a430;
background-color: #a2a430;
/* Tailwind (arbitrary) */
class="text-[#a2a430] bg-[#a2a430]"
/* SCSS */
$brand: #a2a430;
/* SwiftUI */
Color(red: 0.635, green: 0.643, blue: 0.188)
/* Android */
Color.parseColor("#a2a430")Accessibility — WCAG contrast
Aa
#a2a430 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2a430 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green64.3%
Blue18.8%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow70.7%
Key (black)35.7%
Color previews
#a2a430 text on a black background
contrast 7.89:1
Card sample
#a2a430 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2a430;
Background color
Panel with #a2a430 background
background-color: #a2a430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2a430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 164, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 164, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2a430; background: linear-gradient(135deg, #a2a430, #55A430);