#ad33fd
a balanced, electric violet · warm · closest name: magenta
RGB
173, 51, 253
HSL
276°, 98%, 60%
CMYK
32, 80, 0, 1
Luminance
0.1834
Every format
| HEX | #ad33fd |
| RGB | rgb(173, 51, 253) |
| HSL | hsl(276, 98%, 60%) |
| CMYK | cmyk(32%, 80%, 0%, 1%) |
| LAB | lab(49.9 78.1 -77.2) |
| LCH | lch(49.9 109.8 315.4) |
| OKLCH | oklch(0.604 0.275 306.9) |
Copy-ready code
/* CSS */
color: #ad33fd;
background-color: #ad33fd;
/* Tailwind (arbitrary) */
class="text-[#ad33fd] bg-[#ad33fd]"
/* SCSS */
$brand: #ad33fd;
/* SwiftUI */
Color(red: 0.678, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#ad33fd")Accessibility — WCAG contrast
Aa
#ad33fd on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad33fd on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green20.0%
Blue99.2%
CMYK percentages
Cyan31.6%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ad33fd text on a black background
contrast 4.67:1
Card sample
#ad33fd text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad33fd;
Background color
Panel with #ad33fd background
background-color: #ad33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad33fd; background: linear-gradient(135deg, #ad33fd, #FD33C6);