#aec331
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 195, 49
HSL
69°, 60%, 48%
CMYK
11, 0, 75, 24
Luminance
0.4825
Every format
| HEX | #aec331 |
| RGB | rgb(174, 195, 49) |
| HSL | hsl(69, 60%, 48%) |
| CMYK | cmyk(11%, 0%, 75%, 24%) |
| LAB | lab(75.0 -25.4 65.9) |
| LCH | lch(75.0 70.6 111.0) |
| OKLCH | oklch(0.776 0.164 117.7) |
Copy-ready code
/* CSS */
color: #aec331;
background-color: #aec331;
/* Tailwind (arbitrary) */
class="text-[#aec331] bg-[#aec331]"
/* SCSS */
$brand: #aec331;
/* SwiftUI */
Color(red: 0.682, green: 0.765, blue: 0.192)
/* Android */
Color.parseColor("#aec331")Accessibility — WCAG contrast
Aa
#aec331 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec331 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.5%
Blue19.2%
CMYK percentages
Cyan10.8%
Magenta0.0%
Yellow74.9%
Key (black)23.5%
Color previews
#aec331 text on a black background
contrast 10.65:1
Card sample
#aec331 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec331;
Background color
Panel with #aec331 background
background-color: #aec331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 195, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 195, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec331; background: linear-gradient(135deg, #aec331, #4DC331);