#a7c607
a dark, electric yellow · cool · closest name: yellow
RGB
167, 198, 7
HSL
70°, 93%, 40%
CMYK
16, 0, 97, 22
Luminance
0.4862
Every format
| HEX | #a7c607 |
| RGB | rgb(167, 198, 7) |
| HSL | hsl(70, 93%, 40%) |
| CMYK | cmyk(16%, 0%, 97%, 22%) |
| LAB | lab(75.2 -30.8 74.6) |
| LCH | lch(75.2 80.8 112.4) |
| OKLCH | oklch(0.776 0.184 120.4) |
Copy-ready code
/* CSS */
color: #a7c607;
background-color: #a7c607;
/* Tailwind (arbitrary) */
class="text-[#a7c607] bg-[#a7c607]"
/* SCSS */
$brand: #a7c607;
/* SwiftUI */
Color(red: 0.655, green: 0.776, blue: 0.027)
/* Android */
Color.parseColor("#a7c607")Accessibility — WCAG contrast
Aa
#a7c607 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c607 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green77.6%
Blue2.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow96.5%
Key (black)22.4%
Color previews
#a7c607 text on a black background
contrast 10.72:1
Card sample
#a7c607 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c607;
Background color
Panel with #a7c607 background
background-color: #a7c607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 198, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 198, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c607; background: linear-gradient(135deg, #a7c607, #28C607);