#ad9bc9
a light, soft violet · warm · closest name: plum
RGB
173, 155, 201
HSL
264°, 30%, 70%
CMYK
14, 23, 0, 21
Luminance
0.3654
Every format
| HEX | #ad9bc9 |
| RGB | rgb(173, 155, 201) |
| HSL | hsl(264, 30%, 70%) |
| CMYK | cmyk(14%, 23%, 0%, 21%) |
| LAB | lab(66.9 15.6 -21.2) |
| LCH | lch(66.9 26.3 306.4) |
| OKLCH | oklch(0.721 0.069 302.6) |
Copy-ready code
/* CSS */
color: #ad9bc9;
background-color: #ad9bc9;
/* Tailwind (arbitrary) */
class="text-[#ad9bc9] bg-[#ad9bc9]"
/* SCSS */
$brand: #ad9bc9;
/* SwiftUI */
Color(red: 0.678, green: 0.608, blue: 0.788)
/* Android */
Color.parseColor("#ad9bc9")Accessibility — WCAG contrast
Aa
#ad9bc9 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ad9bc9 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green60.8%
Blue78.8%
CMYK percentages
Cyan13.9%
Magenta22.9%
Yellow0.0%
Key (black)21.2%
Color previews
#ad9bc9 text on a black background
contrast 8.31:1
Card sample
#ad9bc9 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad9bc9;
Background color
Panel with #ad9bc9 background
background-color: #ad9bc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad9bc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 155, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 155, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad9bc9; background: linear-gradient(135deg, #ad9bc9, #C99BC6);