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