#ad36cf
a balanced, vivid violet · warm · closest name: purple
RGB
173, 54, 207
HSL
287°, 61%, 51%
CMYK
16, 74, 0, 19
Luminance
0.1603
Every format
| HEX | #ad36cf |
| RGB | rgb(173, 54, 207) |
| HSL | hsl(287, 61%, 51%) |
| CMYK | cmyk(16%, 74%, 0%, 19%) |
| LAB | lab(47.0 68.1 -55.8) |
| LCH | lch(47.0 88.1 320.7) |
| OKLCH | oklch(0.573 0.232 317.5) |
Copy-ready code
/* CSS */
color: #ad36cf;
background-color: #ad36cf;
/* Tailwind (arbitrary) */
class="text-[#ad36cf] bg-[#ad36cf]"
/* SCSS */
$brand: #ad36cf;
/* SwiftUI */
Color(red: 0.678, green: 0.212, blue: 0.812)
/* Android */
Color.parseColor("#ad36cf")Accessibility — WCAG contrast
Aa
#ad36cf on white: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad36cf on black: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green21.2%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta73.9%
Yellow0.0%
Key (black)18.8%
Color previews
#ad36cf text on a black background
contrast 4.21:1
Card sample
#ad36cf text on a white background
contrast 4.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad36cf;
Background color
Panel with #ad36cf background
background-color: #ad36cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad36cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 54, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 54, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad36cf; background: linear-gradient(135deg, #ad36cf, #CF368B);