#ada7b4
a light, muted violet · warm · closest name: silver
RGB
173, 167, 180
HSL
268°, 8%, 68%
CMYK
4, 7, 0, 29
Luminance
0.3982
Every format
| HEX | #ada7b4 |
| RGB | rgb(173, 167, 180) |
| HSL | hsl(268, 8%, 68%) |
| CMYK | cmyk(4%, 7%, 0%, 29%) |
| LAB | lab(69.3 4.6 -5.9) |
| LCH | lch(69.3 7.5 308.0) |
| OKLCH | oklch(0.737 0.020 306.6) |
Copy-ready code
/* CSS */
color: #ada7b4;
background-color: #ada7b4;
/* Tailwind (arbitrary) */
class="text-[#ada7b4] bg-[#ada7b4]"
/* SCSS */
$brand: #ada7b4;
/* SwiftUI */
Color(red: 0.678, green: 0.655, blue: 0.706)
/* Android */
Color.parseColor("#ada7b4")Accessibility — WCAG contrast
Aa
#ada7b4 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada7b4 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green65.5%
Blue70.6%
CMYK percentages
Cyan3.9%
Magenta7.2%
Yellow0.0%
Key (black)29.4%
Color previews
#ada7b4 text on a black background
contrast 8.96:1
Card sample
#ada7b4 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada7b4;
Background color
Panel with #ada7b4 background
background-color: #ada7b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada7b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 167, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 167, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada7b4; background: linear-gradient(135deg, #ada7b4, #B4A7B2);