#a1af09
a dark, electric yellow · cool · closest name: olive
RGB
161, 175, 9
HSL
65°, 90%, 36%
CMYK
8, 0, 95, 31
Luminance
0.3826
Every format
| HEX | #a1af09 |
| RGB | rgb(161, 175, 9) |
| HSL | hsl(65, 90%, 36%) |
| CMYK | cmyk(8%, 0%, 95%, 31%) |
| LAB | lab(68.2 -22.3 68.8) |
| LCH | lch(68.2 72.3 107.9) |
| OKLCH | oklch(0.718 0.162 115.4) |
Copy-ready code
/* CSS */
color: #a1af09;
background-color: #a1af09;
/* Tailwind (arbitrary) */
class="text-[#a1af09] bg-[#a1af09]"
/* SCSS */
$brand: #a1af09;
/* SwiftUI */
Color(red: 0.631, green: 0.686, blue: 0.035)
/* Android */
Color.parseColor("#a1af09")Accessibility — WCAG contrast
Aa
#a1af09 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a1af09 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green68.6%
Blue3.5%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow94.9%
Key (black)31.4%
Color previews
#a1af09 text on a black background
contrast 8.65:1
Card sample
#a1af09 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a1af09;
Background color
Panel with #a1af09 background
background-color: #a1af09;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a1af09;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 175, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 175, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a1af09; background: linear-gradient(135deg, #a1af09, #32AF09);