#ad7cd2
a light, vivid violet · warm · closest name: plum
RGB
173, 124, 210
HSL
274°, 49%, 66%
CMYK
18, 41, 0, 18
Luminance
0.2795
Every format
| HEX | #ad7cd2 |
| RGB | rgb(173, 124, 210) |
| HSL | hsl(274, 49%, 66%) |
| CMYK | cmyk(18%, 41%, 0%, 18%) |
| LAB | lab(59.9 35.1 -37.2) |
| LCH | lch(59.9 51.1 313.4) |
| OKLCH | oklch(0.668 0.133 309.4) |
Copy-ready code
/* CSS */
color: #ad7cd2;
background-color: #ad7cd2;
/* Tailwind (arbitrary) */
class="text-[#ad7cd2] bg-[#ad7cd2]"
/* SCSS */
$brand: #ad7cd2;
/* SwiftUI */
Color(red: 0.678, green: 0.486, blue: 0.824)
/* Android */
Color.parseColor("#ad7cd2")Accessibility — WCAG contrast
Aa
#ad7cd2 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad7cd2 on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green48.6%
Blue82.4%
CMYK percentages
Cyan17.6%
Magenta41.0%
Yellow0.0%
Key (black)17.6%
Color previews
#ad7cd2 text on a black background
contrast 6.59:1
Card sample
#ad7cd2 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad7cd2;
Background color
Panel with #ad7cd2 background
background-color: #ad7cd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad7cd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 124, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 124, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad7cd2; background: linear-gradient(135deg, #ad7cd2, #D27CBE);