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