#aecf49
a balanced, vivid green · cool · closest name: olivedrab
RGB
174, 207, 73
HSL
75°, 58%, 55%
CMYK
16, 0, 65, 19
Luminance
0.5411
Every format
| HEX | #aecf49 |
| RGB | rgb(174, 207, 73) |
| HSL | hsl(75, 58%, 55%) |
| CMYK | cmyk(16%, 0%, 65%, 19%) |
| LAB | lab(78.5 -29.7 60.6) |
| LCH | lch(78.5 67.5 116.1) |
| OKLCH | oklch(0.805 0.163 122.0) |
Copy-ready code
/* CSS */
color: #aecf49;
background-color: #aecf49;
/* Tailwind (arbitrary) */
class="text-[#aecf49] bg-[#aecf49]"
/* SCSS */
$brand: #aecf49;
/* SwiftUI */
Color(red: 0.682, green: 0.812, blue: 0.286)
/* Android */
Color.parseColor("#aecf49")Accessibility — WCAG contrast
Aa
#aecf49 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aecf49 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green81.2%
Blue28.6%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow64.7%
Key (black)18.8%
Color previews
#aecf49 text on a black background
contrast 11.82:1
Card sample
#aecf49 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aecf49;
Background color
Panel with #aecf49 background
background-color: #aecf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aecf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 207, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 207, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aecf49; background: linear-gradient(135deg, #aecf49, #55CF49);