#aec821
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 200, 33
HSL
69°, 72%, 46%
CMYK
13, 0, 84, 22
Luminance
0.5042
Every format
| HEX | #aec821 |
| RGB | rgb(174, 200, 33) |
| HSL | hsl(69, 72%, 46%) |
| CMYK | cmyk(13%, 0%, 84%, 22%) |
| LAB | lab(76.3 -28.4 71.6) |
| LCH | lch(76.3 77.0 111.6) |
| OKLCH | oklch(0.786 0.177 119.0) |
Copy-ready code
/* CSS */
color: #aec821;
background-color: #aec821;
/* Tailwind (arbitrary) */
class="text-[#aec821] bg-[#aec821]"
/* SCSS */
$brand: #aec821;
/* SwiftUI */
Color(red: 0.682, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#aec821")Accessibility — WCAG contrast
Aa
#aec821 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec821 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green78.4%
Blue12.9%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#aec821 text on a black background
contrast 11.08:1
Card sample
#aec821 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec821;
Background color
Panel with #aec821 background
background-color: #aec821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec821; background: linear-gradient(135deg, #aec821, #3FC821);