#aec430
a balanced, vivid yellow · cool · closest name: olivedrab
RGB
174, 196, 48
HSL
69°, 61%, 48%
CMYK
11, 0, 76, 23
Luminance
0.4869
Every format
| HEX | #aec430 |
| RGB | rgb(174, 196, 48) |
| HSL | hsl(69, 61%, 48%) |
| CMYK | cmyk(11%, 0%, 76%, 23%) |
| LAB | lab(75.3 -25.9 66.5) |
| LCH | lch(75.3 71.3 111.3) |
| OKLCH | oklch(0.778 0.166 118.0) |
Copy-ready code
/* CSS */
color: #aec430;
background-color: #aec430;
/* Tailwind (arbitrary) */
class="text-[#aec430] bg-[#aec430]"
/* SCSS */
$brand: #aec430;
/* SwiftUI */
Color(red: 0.682, green: 0.769, blue: 0.188)
/* Android */
Color.parseColor("#aec430")Accessibility — WCAG contrast
Aa
#aec430 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec430 on black: 10.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green76.9%
Blue18.8%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow75.5%
Key (black)23.1%
Color previews
#aec430 text on a black background
contrast 10.74:1
Card sample
#aec430 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec430;
Background color
Panel with #aec430 background
background-color: #aec430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 196, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 196, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec430; background: linear-gradient(135deg, #aec430, #4BC430);