#ad46cd
a balanced, vivid violet · warm · closest name: orchid
RGB
173, 70, 205
HSL
286°, 57%, 54%
CMYK
16, 66, 0, 20
Luminance
0.1767
Every format
| HEX | #ad46cd |
| RGB | rgb(173, 70, 205) |
| HSL | hsl(286, 57%, 54%) |
| CMYK | cmyk(16%, 66%, 0%, 20%) |
| LAB | lab(49.1 61.5 -51.3) |
| LCH | lch(49.1 80.1 320.2) |
| OKLCH | oklch(0.588 0.212 317.2) |
Copy-ready code
/* CSS */
color: #ad46cd;
background-color: #ad46cd;
/* Tailwind (arbitrary) */
class="text-[#ad46cd] bg-[#ad46cd]"
/* SCSS */
$brand: #ad46cd;
/* SwiftUI */
Color(red: 0.678, green: 0.275, blue: 0.804)
/* Android */
Color.parseColor("#ad46cd")Accessibility — WCAG contrast
Aa
#ad46cd on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad46cd on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green27.5%
Blue80.4%
CMYK percentages
Cyan15.6%
Magenta65.9%
Yellow0.0%
Key (black)19.6%
Color previews
#ad46cd text on a black background
contrast 4.53:1
Card sample
#ad46cd text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad46cd;
Background color
Panel with #ad46cd background
background-color: #ad46cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad46cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 70, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 70, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad46cd; background: linear-gradient(135deg, #ad46cd, #CD4693);