#ad3cff
a balanced, electric violet · warm · closest name: magenta
RGB
173, 60, 255
HSL
275°, 100%, 62%
CMYK
32, 77, 0, 0
Luminance
0.1934
Every format
| HEX | #ad3cff |
| RGB | rgb(173, 60, 255) |
| HSL | hsl(275, 100%, 62%) |
| CMYK | cmyk(32%, 77%, 0%, 0%) |
| LAB | lab(51.1 75.6 -76.4) |
| LCH | lch(51.1 107.5 314.7) |
| OKLCH | oklch(0.613 0.269 306.0) |
Copy-ready code
/* CSS */
color: #ad3cff;
background-color: #ad3cff;
/* Tailwind (arbitrary) */
class="text-[#ad3cff] bg-[#ad3cff]"
/* SCSS */
$brand: #ad3cff;
/* SwiftUI */
Color(red: 0.678, green: 0.235, blue: 1.000)
/* Android */
Color.parseColor("#ad3cff")Accessibility — WCAG contrast
Aa
#ad3cff on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ad3cff on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green23.5%
Blue100.0%
CMYK percentages
Cyan32.2%
Magenta76.5%
Yellow0.0%
Key (black)0.0%
Color previews
#ad3cff text on a black background
contrast 4.87:1
Card sample
#ad3cff text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3cff;
Background color
Panel with #ad3cff background
background-color: #ad3cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 60, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 60, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3cff; background: linear-gradient(135deg, #ad3cff, #FF3CCF);