#aec577
a balanced, soft green · cool · closest name: khaki
RGB
174, 197, 119
HSL
78°, 40%, 62%
CMYK
12, 0, 40, 23
Luminance
0.5026
Every format
| HEX | #aec577 |
| RGB | rgb(174, 197, 119) |
| HSL | hsl(78, 40%, 62%) |
| CMYK | cmyk(12%, 0%, 40%, 23%) |
| LAB | lab(76.2 -20.5 36.5) |
| LCH | lch(76.2 41.9 119.3) |
| OKLCH | oklch(0.788 0.106 122.2) |
Copy-ready code
/* CSS */
color: #aec577;
background-color: #aec577;
/* Tailwind (arbitrary) */
class="text-[#aec577] bg-[#aec577]"
/* SCSS */
$brand: #aec577;
/* SwiftUI */
Color(red: 0.682, green: 0.773, blue: 0.467)
/* Android */
Color.parseColor("#aec577")Accessibility — WCAG contrast
Aa
#aec577 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aec577 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green77.3%
Blue46.7%
CMYK percentages
Cyan11.7%
Magenta0.0%
Yellow39.6%
Key (black)22.7%
Color previews
#aec577 text on a black background
contrast 11.05:1
Card sample
#aec577 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aec577;
Background color
Panel with #aec577 background
background-color: #aec577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aec577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 197, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 197, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aec577; background: linear-gradient(135deg, #aec577, #7AC577);