#a1b324
a dark, vivid yellow · cool · closest name: olivedrab
RGB
161, 179, 36
HSL
68°, 67%, 42%
CMYK
10, 0, 80, 30
Luminance
0.3994
Every format
| HEX | #a1b324 |
| RGB | rgb(161, 179, 36) |
| HSL | hsl(68, 67%, 42%) |
| CMYK | cmyk(10%, 0%, 80%, 30%) |
| LAB | lab(69.4 -23.6 64.5) |
| LCH | lch(69.4 68.6 110.1) |
| OKLCH | oklch(0.728 0.158 117.0) |
Copy-ready code
/* CSS */
color: #a1b324;
background-color: #a1b324;
/* Tailwind (arbitrary) */
class="text-[#a1b324] bg-[#a1b324]"
/* SCSS */
$brand: #a1b324;
/* SwiftUI */
Color(red: 0.631, green: 0.702, blue: 0.141)
/* Android */
Color.parseColor("#a1b324")Accessibility — WCAG contrast
Aa
#a1b324 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1b324 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green70.2%
Blue14.1%
CMYK percentages
Cyan10.1%
Magenta0.0%
Yellow79.9%
Key (black)29.8%
Color previews
#a1b324 text on a black background
contrast 8.99:1
Card sample
#a1b324 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1b324;
Background color
Panel with #a1b324 background
background-color: #a1b324;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1b324;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 179, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 179, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1b324; background: linear-gradient(135deg, #a1b324, #42B324);