#af07fc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 7, 252
HSL
281°, 98%, 51%
CMYK
31, 97, 0, 1
Luminance
0.1629
Every format
| HEX | #af07fc |
| RGB | rgb(175, 7, 252) |
| HSL | hsl(281, 98%, 51%) |
| CMYK | cmyk(31%, 97%, 0%, 1%) |
| LAB | lab(47.4 86.4 -80.8) |
| LCH | lch(47.4 118.3 316.9) |
| OKLCH | oklch(0.587 0.296 309.0) |
Copy-ready code
/* CSS */
color: #af07fc;
background-color: #af07fc;
/* Tailwind (arbitrary) */
class="text-[#af07fc] bg-[#af07fc]"
/* SCSS */
$brand: #af07fc;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.988)
/* Android */
Color.parseColor("#af07fc")Accessibility — WCAG contrast
Aa
#af07fc on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af07fc on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta97.2%
Yellow0.0%
Key (black)1.2%
Color previews
#af07fc text on a black background
contrast 4.26:1
Card sample
#af07fc text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af07fc;
Background color
Panel with #af07fc background
background-color: #af07fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af07fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af07fc; background: linear-gradient(135deg, #af07fc, #FC07A6);