#a0b430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
160, 180, 48
HSL
69°, 58%, 45%
CMYK
11, 0, 73, 29
Luminance
0.4033
Every format
| HEX | #a0b430 |
| RGB | rgb(160, 180, 48) |
| HSL | hsl(69, 58%, 45%) |
| CMYK | cmyk(11%, 0%, 73%, 29%) |
| LAB | lab(69.7 -23.9 60.9) |
| LCH | lch(69.7 65.4 111.5) |
| OKLCH | oklch(0.731 0.153 118.0) |
Copy-ready code
/* CSS */
color: #a0b430;
background-color: #a0b430;
/* Tailwind (arbitrary) */
class="text-[#a0b430] bg-[#a0b430]"
/* SCSS */
$brand: #a0b430;
/* SwiftUI */
Color(red: 0.627, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#a0b430")Accessibility — WCAG contrast
Aa
#a0b430 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0b430 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green70.6%
Blue18.8%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#a0b430 text on a black background
contrast 9.07:1
Card sample
#a0b430 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0b430;
Background color
Panel with #a0b430 background
background-color: #a0b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0b430; background: linear-gradient(135deg, #a0b430, #48B430);