#adacac
a light, muted gray · warm · closest name: silver
RGB
173, 172, 172
HSL
0°, 1%, 68%
CMYK
0, 1, 1, 32
Luminance
0.4137
Every format
| HEX | #adacac |
| RGB | rgb(173, 172, 172) |
| HSL | hsl(0, 1%, 68%) |
| CMYK | cmyk(0%, 1%, 1%, 32%) |
| LAB | lab(70.4 0.3 0.1) |
| LCH | lch(70.4 0.4 20.4) |
| OKLCH | oklch(0.745 0.001 17.2) |
Copy-ready code
/* CSS */
color: #adacac;
background-color: #adacac;
/* Tailwind (arbitrary) */
class="text-[#adacac] bg-[#adacac]"
/* SCSS */
$brand: #adacac;
/* SwiftUI */
Color(red: 0.678, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#adacac")Accessibility — WCAG contrast
Aa
#adacac on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adacac on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta0.6%
Yellow0.6%
Key (black)32.2%
Color previews
#adacac text on a black background
contrast 9.27:1
Card sample
#adacac text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adacac;
Background color
Panel with #adacac background
background-color: #adacac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adacac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adacac; background: linear-gradient(135deg, #adacac, #ADADAC);