#ad5cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
173, 92, 223
HSL
277°, 67%, 62%
CMYK
22, 59, 0, 13
Luminance
0.2187
Every format
| HEX | #ad5cdf |
| RGB | rgb(173, 92, 223) |
| HSL | hsl(277, 67%, 62%) |
| CMYK | cmyk(22%, 59%, 0%, 13%) |
| LAB | lab(53.9 55.0 -53.9) |
| LCH | lch(53.9 77.0 315.6) |
| OKLCH | oklch(0.626 0.199 310.4) |
Copy-ready code
/* CSS */
color: #ad5cdf;
background-color: #ad5cdf;
/* Tailwind (arbitrary) */
class="text-[#ad5cdf] bg-[#ad5cdf]"
/* SCSS */
$brand: #ad5cdf;
/* SwiftUI */
Color(red: 0.678, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ad5cdf")Accessibility — WCAG contrast
Aa
#ad5cdf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad5cdf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green36.1%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ad5cdf text on a black background
contrast 5.37:1
Card sample
#ad5cdf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad5cdf;
Background color
Panel with #ad5cdf background
background-color: #ad5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad5cdf; background: linear-gradient(135deg, #ad5cdf, #DF5CBA);