#ada2b9
a light, muted violet · warm · closest name: silver
RGB
173, 162, 185
HSL
269°, 14%, 68%
CMYK
7, 12, 0, 28
Luminance
0.3823
Every format
| HEX | #ada2b9 |
| RGB | rgb(173, 162, 185) |
| HSL | hsl(269, 14%, 68%) |
| CMYK | cmyk(7%, 12%, 0%, 28%) |
| LAB | lab(68.2 8.4 -10.4) |
| LCH | lch(68.2 13.3 308.9) |
| OKLCH | oklch(0.729 0.035 307.0) |
Copy-ready code
/* CSS */
color: #ada2b9;
background-color: #ada2b9;
/* Tailwind (arbitrary) */
class="text-[#ada2b9] bg-[#ada2b9]"
/* SCSS */
$brand: #ada2b9;
/* SwiftUI */
Color(red: 0.678, green: 0.635, blue: 0.725)
/* Android */
Color.parseColor("#ada2b9")Accessibility — WCAG contrast
Aa
#ada2b9 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ada2b9 on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green63.5%
Blue72.5%
CMYK percentages
Cyan6.5%
Magenta12.4%
Yellow0.0%
Key (black)27.5%
Color previews
#ada2b9 text on a black background
contrast 8.65:1
Card sample
#ada2b9 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ada2b9;
Background color
Panel with #ada2b9 background
background-color: #ada2b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ada2b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 162, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 162, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ada2b9; background: linear-gradient(135deg, #ada2b9, #B9A2B6);