#ad84cf
a light, soft violet · warm · closest name: plum
RGB
173, 132, 207
HSL
273°, 44%, 67%
CMYK
16, 36, 0, 19
Luminance
0.2989
Every format
| HEX | #ad84cf |
| RGB | rgb(173, 132, 207) |
| HSL | hsl(273, 44%, 67%) |
| CMYK | cmyk(16%, 36%, 0%, 19%) |
| LAB | lab(61.6 29.9 -32.8) |
| LCH | lch(61.6 44.4 312.4) |
| OKLCH | oklch(0.681 0.116 308.7) |
Copy-ready code
/* CSS */
color: #ad84cf;
background-color: #ad84cf;
/* Tailwind (arbitrary) */
class="text-[#ad84cf] bg-[#ad84cf]"
/* SCSS */
$brand: #ad84cf;
/* SwiftUI */
Color(red: 0.678, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#ad84cf")Accessibility — WCAG contrast
Aa
#ad84cf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad84cf on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green51.8%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#ad84cf text on a black background
contrast 6.98:1
Card sample
#ad84cf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad84cf;
Background color
Panel with #ad84cf background
background-color: #ad84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad84cf; background: linear-gradient(135deg, #ad84cf, #CF84BF);