#af13ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 19, 255
HSL
280°, 100%, 54%
CMYK
31, 93, 0, 0
Luminance
0.1680
Every format
| HEX | #af13ff |
| RGB | rgb(175, 19, 255) |
| HSL | hsl(280, 100%, 54%) |
| CMYK | cmyk(31%, 93%, 0%, 0%) |
| LAB | lab(48.0 85.7 -81.4) |
| LCH | lch(48.0 118.2 316.5) |
| OKLCH | oklch(0.592 0.295 308.2) |
Copy-ready code
/* CSS */
color: #af13ff;
background-color: #af13ff;
/* Tailwind (arbitrary) */
class="text-[#af13ff] bg-[#af13ff]"
/* SCSS */
$brand: #af13ff;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 1.000)
/* Android */
Color.parseColor("#af13ff")Accessibility — WCAG contrast
Aa
#af13ff on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af13ff on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta92.5%
Yellow0.0%
Key (black)0.0%
Color previews
#af13ff text on a black background
contrast 4.36:1
Card sample
#af13ff text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af13ff;
Background color
Panel with #af13ff background
background-color: #af13ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af13ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af13ff; background: linear-gradient(135deg, #af13ff, #FF13B1);