#aeacaf
a light, muted gray · warm · closest name: silver
RGB
174, 172, 175
HSL
280°, 2%, 68%
CMYK
1, 2, 0, 31
Luminance
0.4160
Every format
| HEX | #aeacaf |
| RGB | rgb(174, 172, 175) |
| HSL | hsl(280, 2%, 68%) |
| CMYK | cmyk(1%, 2%, 0%, 31%) |
| LAB | lab(70.6 1.3 -1.3) |
| LCH | lch(70.6 1.8 314.6) |
| OKLCH | oklch(0.747 0.005 314.8) |
Copy-ready code
/* CSS */
color: #aeacaf;
background-color: #aeacaf;
/* Tailwind (arbitrary) */
class="text-[#aeacaf] bg-[#aeacaf]"
/* SCSS */
$brand: #aeacaf;
/* SwiftUI */
Color(red: 0.682, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#aeacaf")Accessibility — WCAG contrast
Aa
#aeacaf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeacaf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green67.5%
Blue68.6%
CMYK percentages
Cyan0.6%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#aeacaf text on a black background
contrast 9.32:1
Card sample
#aeacaf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeacaf;
Background color
Panel with #aeacaf background
background-color: #aeacaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeacaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeacaf; background: linear-gradient(135deg, #aeacaf, #AFACAE);