#a7ae13
a dark, electric yellow · cool · closest name: olive
RGB
167, 174, 19
HSL
63°, 80%, 38%
CMYK
4, 0, 89, 32
Luminance
0.3853
Every format
| HEX | #a7ae13 |
| RGB | rgb(167, 174, 19) |
| HSL | hsl(63, 80%, 38%) |
| CMYK | cmyk(4%, 0%, 89%, 32%) |
| LAB | lab(68.4 -19.0 67.7) |
| LCH | lch(68.4 70.3 105.6) |
| OKLCH | oklch(0.721 0.157 112.6) |
Copy-ready code
/* CSS */
color: #a7ae13;
background-color: #a7ae13;
/* Tailwind (arbitrary) */
class="text-[#a7ae13] bg-[#a7ae13]"
/* SCSS */
$brand: #a7ae13;
/* SwiftUI */
Color(red: 0.655, green: 0.682, blue: 0.075)
/* Android */
Color.parseColor("#a7ae13")Accessibility — WCAG contrast
Aa
#a7ae13 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7ae13 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green68.2%
Blue7.5%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow89.1%
Key (black)31.8%
Color previews
#a7ae13 text on a black background
contrast 8.71:1
Card sample
#a7ae13 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7ae13;
Background color
Panel with #a7ae13 background
background-color: #a7ae13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7ae13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 174, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 174, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7ae13; background: linear-gradient(135deg, #a7ae13, #40AE13);