#a2b209
a dark, electric yellow · cool · closest name: olive
RGB
162, 178, 9
HSL
66°, 90%, 37%
CMYK
9, 0, 95, 30
Luminance
0.3954
Every format
| HEX | #a2b209 |
| RGB | rgb(162, 178, 9) |
| HSL | hsl(66, 90%, 37%) |
| CMYK | cmyk(9%, 0%, 95%, 30%) |
| LAB | lab(69.1 -23.3 69.6) |
| LCH | lch(69.1 73.4 108.5) |
| OKLCH | oklch(0.726 0.164 116.1) |
Copy-ready code
/* CSS */
color: #a2b209;
background-color: #a2b209;
/* Tailwind (arbitrary) */
class="text-[#a2b209] bg-[#a2b209]"
/* SCSS */
$brand: #a2b209;
/* SwiftUI */
Color(red: 0.635, green: 0.698, blue: 0.035)
/* Android */
Color.parseColor("#a2b209")Accessibility — WCAG contrast
Aa
#a2b209 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b209 on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green69.8%
Blue3.5%
CMYK percentages
Cyan9.0%
Magenta0.0%
Yellow94.9%
Key (black)30.2%
Color previews
#a2b209 text on a black background
contrast 8.91:1
Card sample
#a2b209 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b209;
Background color
Panel with #a2b209 background
background-color: #a2b209;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b209;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 178, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 178, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b209; background: linear-gradient(135deg, #a2b209, #31B209);