#aebc9e
a light, soft green · cool · closest name: silver
RGB
174, 188, 158
HSL
88°, 18%, 68%
CMYK
7, 0, 16, 26
Luminance
0.4743
Every format
| HEX | #aebc9e |
| RGB | rgb(174, 188, 158) |
| HSL | hsl(88, 18%, 68%) |
| CMYK | cmyk(7%, 0%, 16%, 26%) |
| LAB | lab(74.5 -10.3 13.6) |
| LCH | lch(74.5 17.0 127.2) |
| OKLCH | oklch(0.776 0.044 127.8) |
Copy-ready code
/* CSS */
color: #aebc9e;
background-color: #aebc9e;
/* Tailwind (arbitrary) */
class="text-[#aebc9e] bg-[#aebc9e]"
/* SCSS */
$brand: #aebc9e;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.620)
/* Android */
Color.parseColor("#aebc9e")Accessibility — WCAG contrast
Aa
#aebc9e on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebc9e on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue62.0%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow16.0%
Key (black)26.3%
Color previews
#aebc9e text on a black background
contrast 10.49:1
Card sample
#aebc9e text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebc9e;
Background color
Panel with #aebc9e background
background-color: #aebc9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebc9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebc9e; background: linear-gradient(135deg, #aebc9e, #9EBCA2);