#a2b430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
162, 180, 48
HSL
68°, 58%, 45%
CMYK
10, 0, 73, 29
Luminance
0.4054
Every format
| HEX | #a2b430 |
| RGB | rgb(162, 180, 48) |
| HSL | hsl(68, 58%, 45%) |
| CMYK | cmyk(10%, 0%, 73%, 29%) |
| LAB | lab(69.8 -23.1 61.1) |
| LCH | lch(69.8 65.3 110.7) |
| OKLCH | oklch(0.732 0.152 117.2) |
Copy-ready code
/* CSS */
color: #a2b430;
background-color: #a2b430;
/* Tailwind (arbitrary) */
class="text-[#a2b430] bg-[#a2b430]"
/* SCSS */
$brand: #a2b430;
/* SwiftUI */
Color(red: 0.635, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#a2b430")Accessibility — WCAG contrast
Aa
#a2b430 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2b430 on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green70.6%
Blue18.8%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#a2b430 text on a black background
contrast 9.11:1
Card sample
#a2b430 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2b430;
Background color
Panel with #a2b430 background
background-color: #a2b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2b430; background: linear-gradient(135deg, #a2b430, #4AB430);