#ada0a0
a light, muted gray · warm · closest name: silver
RGB
173, 160, 160
HSL
0°, 7%, 65%
CMYK
0, 8, 8, 32
Luminance
0.3656
Every format
| HEX | #ada0a0 |
| RGB | rgb(173, 160, 160) |
| HSL | hsl(0, 7%, 65%) |
| CMYK | cmyk(0%, 8%, 8%, 32%) |
| LAB | lab(67.0 4.7 1.7) |
| LCH | lch(67.0 5.0 19.9) |
| OKLCH | oklch(0.717 0.015 17.5) |
Copy-ready code
/* CSS */
color: #ada0a0;
background-color: #ada0a0;
/* Tailwind (arbitrary) */
class="text-[#ada0a0] bg-[#ada0a0]"
/* SCSS */
$brand: #ada0a0;
/* SwiftUI */
Color(red: 0.678, green: 0.627, blue: 0.627)
/* Android */
Color.parseColor("#ada0a0")Accessibility — WCAG contrast
Aa
#ada0a0 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada0a0 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.7%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow7.5%
Key (black)32.2%
Color previews
#ada0a0 text on a black background
contrast 8.31:1
Card sample
#ada0a0 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada0a0;
Background color
Panel with #ada0a0 background
background-color: #ada0a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada0a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 160, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 160, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada0a0; background: linear-gradient(135deg, #ada0a0, #ADA9A0);