#af12fd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 18, 253
HSL
280°, 98%, 53%
CMYK
31, 93, 0, 1
Luminance
0.1664
Every format
| HEX | #af12fd |
| RGB | rgb(175, 18, 253) |
| HSL | hsl(280, 98%, 53%) |
| CMYK | cmyk(31%, 93%, 0%, 1%) |
| LAB | lab(47.8 85.5 -80.6) |
| LCH | lch(47.8 117.5 316.7) |
| OKLCH | oklch(0.590 0.294 308.6) |
Copy-ready code
/* CSS */
color: #af12fd;
background-color: #af12fd;
/* Tailwind (arbitrary) */
class="text-[#af12fd] bg-[#af12fd]"
/* SCSS */
$brand: #af12fd;
/* SwiftUI */
Color(red: 0.686, green: 0.071, blue: 0.992)
/* Android */
Color.parseColor("#af12fd")Accessibility — WCAG contrast
Aa
#af12fd on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af12fd on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.1%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta92.9%
Yellow0.0%
Key (black)0.8%
Color previews
#af12fd text on a black background
contrast 4.33:1
Card sample
#af12fd text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af12fd;
Background color
Panel with #af12fd background
background-color: #af12fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af12fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 18, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 18, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af12fd; background: linear-gradient(135deg, #af12fd, #FD12AE);