#ad3cfd
a balanced, electric violet · warm · closest name: magenta
RGB
173, 60, 253
HSL
275°, 98%, 61%
CMYK
32, 76, 0, 1
Luminance
0.1921
Every format
| HEX | #ad3cfd |
| RGB | rgb(173, 60, 253) |
| HSL | hsl(275, 98%, 61%) |
| CMYK | cmyk(32%, 76%, 0%, 1%) |
| LAB | lab(50.9 75.2 -75.5) |
| LCH | lch(50.9 106.6 314.9) |
| OKLCH | oklch(0.611 0.267 306.4) |
Copy-ready code
/* CSS */
color: #ad3cfd;
background-color: #ad3cfd;
/* Tailwind (arbitrary) */
class="text-[#ad3cfd] bg-[#ad3cfd]"
/* SCSS */
$brand: #ad3cfd;
/* SwiftUI */
Color(red: 0.678, green: 0.235, blue: 0.992)
/* Android */
Color.parseColor("#ad3cfd")Accessibility — WCAG contrast
Aa
#ad3cfd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad3cfd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green23.5%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta76.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ad3cfd text on a black background
contrast 4.84:1
Card sample
#ad3cfd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3cfd;
Background color
Panel with #ad3cfd background
background-color: #ad3cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 60, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 60, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3cfd; background: linear-gradient(135deg, #ad3cfd, #FD3CCC);