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