#a5b430
a dark, vivid yellow · cool · closest name: olivedrab
RGB
165, 180, 48
HSL
67°, 58%, 45%
CMYK
8, 0, 73, 29
Luminance
0.4086
Every format
| HEX | #a5b430 |
| RGB | rgb(165, 180, 48) |
| HSL | hsl(67, 58%, 45%) |
| CMYK | cmyk(8%, 0%, 73%, 29%) |
| LAB | lab(70.1 -21.8 61.4) |
| LCH | lch(70.1 65.1 109.6) |
| OKLCH | oklch(0.735 0.151 115.9) |
Copy-ready code
/* CSS */
color: #a5b430;
background-color: #a5b430;
/* Tailwind (arbitrary) */
class="text-[#a5b430] bg-[#a5b430]"
/* SCSS */
$brand: #a5b430;
/* SwiftUI */
Color(red: 0.647, green: 0.706, blue: 0.188)
/* Android */
Color.parseColor("#a5b430")Accessibility — WCAG contrast
Aa
#a5b430 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5b430 on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green70.6%
Blue18.8%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow73.3%
Key (black)29.4%
Color previews
#a5b430 text on a black background
contrast 9.17:1
Card sample
#a5b430 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5b430;
Background color
Panel with #a5b430 background
background-color: #a5b430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5b430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 180, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 180, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5b430; background: linear-gradient(135deg, #a5b430, #4DB430);