#ad9fba
a light, soft violet · warm · closest name: silver
RGB
173, 159, 186
HSL
271°, 16%, 68%
CMYK
7, 15, 0, 27
Luminance
0.3723
Every format
| HEX | #ad9fba |
| RGB | rgb(173, 159, 186) |
| HSL | hsl(271, 16%, 68%) |
| CMYK | cmyk(7%, 15%, 0%, 27%) |
| LAB | lab(67.5 10.3 -12.1) |
| LCH | lch(67.5 15.8 310.4) |
| OKLCH | oklch(0.723 0.042 308.6) |
Copy-ready code
/* CSS */
color: #ad9fba;
background-color: #ad9fba;
/* Tailwind (arbitrary) */
class="text-[#ad9fba] bg-[#ad9fba]"
/* SCSS */
$brand: #ad9fba;
/* SwiftUI */
Color(red: 0.678, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#ad9fba")Accessibility — WCAG contrast
Aa
#ad9fba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9fba on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green62.4%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta14.5%
Yellow0.0%
Key (black)27.1%
Color previews
#ad9fba text on a black background
contrast 8.45:1
Card sample
#ad9fba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9fba;
Background color
Panel with #ad9fba background
background-color: #ad9fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9fba; background: linear-gradient(135deg, #ad9fba, #BA9FB5);