#ad49cf
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 73, 207
HSL
285°, 58%, 55%
CMYK
16, 65, 0, 19
Luminance
0.1815
Every format
| HEX | #ad49cf |
| RGB | rgb(173, 73, 207) |
| HSL | hsl(285, 58%, 55%) |
| CMYK | cmyk(16%, 65%, 0%, 19%) |
| LAB | lab(49.7 60.6 -51.5) |
| LCH | lch(49.7 79.5 319.6) |
| OKLCH | oklch(0.593 0.210 316.4) |
Copy-ready code
/* CSS */
color: #ad49cf;
background-color: #ad49cf;
/* Tailwind (arbitrary) */
class="text-[#ad49cf] bg-[#ad49cf]"
/* SCSS */
$brand: #ad49cf;
/* SwiftUI */
Color(red: 0.678, green: 0.286, blue: 0.812)
/* Android */
Color.parseColor("#ad49cf")Accessibility — WCAG contrast
Aa
#ad49cf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad49cf on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green28.6%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta64.7%
Yellow0.0%
Key (black)18.8%
Color previews
#ad49cf text on a black background
contrast 4.63:1
Card sample
#ad49cf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad49cf;
Background color
Panel with #ad49cf background
background-color: #ad49cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad49cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 73, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 73, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad49cf; background: linear-gradient(135deg, #ad49cf, #CF4998);