#a7c910
a dark, electric green · cool · closest name: yellow
RGB
167, 201, 16
HSL
71°, 85%, 43%
CMYK
17, 0, 92, 21
Luminance
0.5003
Every format
| HEX | #a7c910 |
| RGB | rgb(167, 201, 16) |
| HSL | hsl(71, 85%, 43%) |
| CMYK | cmyk(17%, 0%, 92%, 21%) |
| LAB | lab(76.1 -32.1 74.3) |
| LCH | lch(76.1 80.9 113.4) |
| OKLCH | oklch(0.783 0.186 121.2) |
Copy-ready code
/* CSS */
color: #a7c910;
background-color: #a7c910;
/* Tailwind (arbitrary) */
class="text-[#a7c910] bg-[#a7c910]"
/* SCSS */
$brand: #a7c910;
/* SwiftUI */
Color(red: 0.655, green: 0.788, blue: 0.063)
/* Android */
Color.parseColor("#a7c910")Accessibility — WCAG contrast
Aa
#a7c910 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c910 on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green78.8%
Blue6.3%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow92.0%
Key (black)21.2%
Color previews
#a7c910 text on a black background
contrast 11.01:1
Card sample
#a7c910 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c910;
Background color
Panel with #a7c910 background
background-color: #a7c910;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c910;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 201, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 201, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c910; background: linear-gradient(135deg, #a7c910, #2CC910);