#aeafab
a light, muted gray · cool · closest name: silver
RGB
174, 175, 171
HSL
75°, 2%, 68%
CMYK
1, 0, 2, 31
Luminance
0.4260
Every format
| HEX | #aeafab |
| RGB | rgb(174, 175, 171) |
| HSL | hsl(75, 2%, 68%) |
| CMYK | cmyk(1%, 0%, 2%, 31%) |
| LAB | lab(71.3 -1.1 1.9) |
| LCH | lch(71.3 2.2 119.8) |
| OKLCH | oklch(0.752 0.006 118.0) |
Copy-ready code
/* CSS */
color: #aeafab;
background-color: #aeafab;
/* Tailwind (arbitrary) */
class="text-[#aeafab] bg-[#aeafab]"
/* SCSS */
$brand: #aeafab;
/* SwiftUI */
Color(red: 0.682, green: 0.686, blue: 0.671)
/* Android */
Color.parseColor("#aeafab")Accessibility — WCAG contrast
Aa
#aeafab on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeafab on black: 9.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green68.6%
Blue67.1%
CMYK percentages
Cyan0.6%
Magenta0.0%
Yellow2.3%
Key (black)31.4%
Color previews
#aeafab text on a black background
contrast 9.52:1
Card sample
#aeafab text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeafab;
Background color
Panel with #aeafab background
background-color: #aeafab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeafab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 175, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 175, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeafab; background: linear-gradient(135deg, #aeafab, #ABAFAB);