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