#af17fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 23, 253
HSL
280°, 98%, 54%
CMYK
31, 91, 0, 1
Luminance
0.1682
Every format
| HEX | #af17fd |
| RGB | rgb(175, 23, 253) |
| HSL | hsl(280, 98%, 54%) |
| CMYK | cmyk(31%, 91%, 0%, 1%) |
| LAB | lab(48.0 84.8 -80.2) |
| LCH | lch(48.0 116.7 316.6) |
| OKLCH | oklch(0.592 0.292 308.5) |
Copy-ready code
/* CSS */
color: #af17fd;
background-color: #af17fd;
/* Tailwind (arbitrary) */
class="text-[#af17fd] bg-[#af17fd]"
/* SCSS */
$brand: #af17fd;
/* SwiftUI */
Color(red: 0.686, green: 0.090, blue: 0.992)
/* Android */
Color.parseColor("#af17fd")Accessibility — WCAG contrast
Aa
#af17fd on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af17fd on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green9.0%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta90.9%
Yellow0.0%
Key (black)0.8%
Color previews
#af17fd text on a black background
contrast 4.36:1
Card sample
#af17fd text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af17fd;
Background color
Panel with #af17fd background
background-color: #af17fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af17fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 23, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 23, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af17fd; background: linear-gradient(135deg, #af17fd, #FD17B1);