#ad44cf
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 68, 207
HSL
285°, 59%, 54%
CMYK
16, 67, 0, 19
Luminance
0.1752
Every format
| HEX | #ad44cf |
| RGB | rgb(173, 68, 207) |
| HSL | hsl(285, 59%, 54%) |
| CMYK | cmyk(16%, 67%, 0%, 19%) |
| LAB | lab(48.9 62.7 -52.8) |
| LCH | lch(48.9 82.0 319.9) |
| OKLCH | oklch(0.587 0.216 316.8) |
Copy-ready code
/* CSS */
color: #ad44cf;
background-color: #ad44cf;
/* Tailwind (arbitrary) */
class="text-[#ad44cf] bg-[#ad44cf]"
/* SCSS */
$brand: #ad44cf;
/* SwiftUI */
Color(red: 0.678, green: 0.267, blue: 0.812)
/* Android */
Color.parseColor("#ad44cf")Accessibility — WCAG contrast
Aa
#ad44cf on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad44cf on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green26.7%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta67.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ad44cf text on a black background
contrast 4.50:1
Card sample
#ad44cf text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad44cf;
Background color
Panel with #ad44cf background
background-color: #ad44cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad44cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 68, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 68, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad44cf; background: linear-gradient(135deg, #ad44cf, #CF4494);