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