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