#aebcae
a light, muted green · cool · closest name: silver
RGB
174, 188, 174
HSL
120°, 10%, 71%
CMYK
7, 0, 7, 26
Luminance
0.4802
Every format
| HEX | #aebcae |
| RGB | rgb(174, 188, 174) |
| HSL | hsl(120, 10%, 71%) |
| CMYK | cmyk(7%, 0%, 7%, 26%) |
| LAB | lab(74.8 -7.5 5.4) |
| LCH | lch(74.8 9.2 144.0) |
| OKLCH | oklch(0.780 0.025 145.3) |
Copy-ready code
/* CSS */
color: #aebcae;
background-color: #aebcae;
/* Tailwind (arbitrary) */
class="text-[#aebcae] bg-[#aebcae]"
/* SCSS */
$brand: #aebcae;
/* SwiftUI */
Color(red: 0.682, green: 0.737, blue: 0.682)
/* Android */
Color.parseColor("#aebcae")Accessibility — WCAG contrast
Aa
#aebcae on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aebcae on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green73.7%
Blue68.2%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow7.4%
Key (black)26.3%
Color previews
#aebcae text on a black background
contrast 10.60:1
Card sample
#aebcae text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aebcae;
Background color
Panel with #aebcae background
background-color: #aebcae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aebcae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 188, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 188, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aebcae; background: linear-gradient(135deg, #aebcae, #AEBCB7);