#aec621
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 198, 33
HSL
69°, 71%, 45%
CMYK
12, 0, 83, 22
Luminance
0.4950
Every format
| HEX | #aec621 |
| RGB | rgb(174, 198, 33) |
| HSL | hsl(69, 71%, 45%) |
| CMYK | cmyk(12%, 0%, 83%, 22%) |
| LAB | lab(75.8 -27.4 71.1) |
| LCH | lch(75.8 76.2 111.1) |
| OKLCH | oklch(0.782 0.175 118.4) |
Copy-ready code
/* CSS */
color: #aec621;
background-color: #aec621;
/* Tailwind (arbitrary) */
class="text-[#aec621] bg-[#aec621]"
/* SCSS */
$brand: #aec621;
/* SwiftUI */
Color(red: 0.682, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#aec621")Accessibility — WCAG contrast
Aa
#aec621 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec621 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green77.6%
Blue12.9%
CMYK percentages
Cyan12.1%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#aec621 text on a black background
contrast 10.90:1
Card sample
#aec621 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec621;
Background color
Panel with #aec621 background
background-color: #aec621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec621; background: linear-gradient(135deg, #aec621, #40C621);