#ad7cbf
a balanced, soft violet · warm · closest name: plum
RGB
173, 124, 191
HSL
284°, 34%, 62%
CMYK
9, 35, 0, 25
Luminance
0.2706
Every format
| HEX | #ad7cbf |
| RGB | rgb(173, 124, 191) |
| HSL | hsl(284, 34%, 62%) |
| CMYK | cmyk(9%, 35%, 0%, 25%) |
| LAB | lab(59.0 31.0 -27.7) |
| LCH | lch(59.0 41.5 318.2) |
| OKLCH | oklch(0.659 0.111 316.7) |
Copy-ready code
/* CSS */
color: #ad7cbf;
background-color: #ad7cbf;
/* Tailwind (arbitrary) */
class="text-[#ad7cbf] bg-[#ad7cbf]"
/* SCSS */
$brand: #ad7cbf;
/* SwiftUI */
Color(red: 0.678, green: 0.486, blue: 0.749)
/* Android */
Color.parseColor("#ad7cbf")Accessibility — WCAG contrast
Aa
#ad7cbf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7cbf on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green48.6%
Blue74.9%
CMYK percentages
Cyan9.4%
Magenta35.1%
Yellow0.0%
Key (black)25.1%
Color previews
#ad7cbf text on a black background
contrast 6.41:1
Card sample
#ad7cbf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7cbf;
Background color
Panel with #ad7cbf background
background-color: #ad7cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 124, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 124, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7cbf; background: linear-gradient(135deg, #ad7cbf, #BF7CA4);