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