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