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