#a7be18
a dark, electric yellow · cool · closest name: olivedrab
RGB
167, 190, 24
HSL
68°, 78%, 42%
CMYK
12, 0, 87, 26
Luminance
0.4511
Every format
| HEX | #a7be18 |
| RGB | rgb(167, 190, 24) |
| HSL | hsl(68, 78%, 42%) |
| CMYK | cmyk(12%, 0%, 87%, 26%) |
| LAB | lab(73.0 -26.7 70.5) |
| LCH | lch(73.0 75.4 110.8) |
| OKLCH | oklch(0.758 0.172 118.3) |
Copy-ready code
/* CSS */
color: #a7be18;
background-color: #a7be18;
/* Tailwind (arbitrary) */
class="text-[#a7be18] bg-[#a7be18]"
/* SCSS */
$brand: #a7be18;
/* SwiftUI */
Color(red: 0.655, green: 0.745, blue: 0.094)
/* Android */
Color.parseColor("#a7be18")Accessibility — WCAG contrast
Aa
#a7be18 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7be18 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green74.5%
Blue9.4%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow87.4%
Key (black)25.5%
Color previews
#a7be18 text on a black background
contrast 10.02:1
Card sample
#a7be18 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7be18;
Background color
Panel with #a7be18 background
background-color: #a7be18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7be18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 190, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 190, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7be18; background: linear-gradient(135deg, #a7be18, #38BE18);