#a6af13
a dark, electric yellow · cool · closest name: olive
RGB
166, 175, 19
HSL
64°, 80%, 38%
CMYK
5, 0, 89, 31
Luminance
0.3881
Every format
| HEX | #a6af13 |
| RGB | rgb(166, 175, 19) |
| HSL | hsl(64, 80%, 38%) |
| CMYK | cmyk(5%, 0%, 89%, 31%) |
| LAB | lab(68.6 -19.9 67.9) |
| LCH | lch(68.6 70.7 106.4) |
| OKLCH | oklch(0.723 0.158 113.4) |
Copy-ready code
/* CSS */
color: #a6af13;
background-color: #a6af13;
/* Tailwind (arbitrary) */
class="text-[#a6af13] bg-[#a6af13]"
/* SCSS */
$brand: #a6af13;
/* SwiftUI */
Color(red: 0.651, green: 0.686, blue: 0.075)
/* Android */
Color.parseColor("#a6af13")Accessibility — WCAG contrast
Aa
#a6af13 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a6af13 on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green68.6%
Blue7.5%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow89.1%
Key (black)31.4%
Color previews
#a6af13 text on a black background
contrast 8.76:1
Card sample
#a6af13 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a6af13;
Background color
Panel with #a6af13 background
background-color: #a6af13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a6af13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 175, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 175, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a6af13; background: linear-gradient(135deg, #a6af13, #3EAF13);