#af07ff
a balanced, electric violet · warm · closest name: magenta
RGB
175, 7, 255
HSL
281°, 100%, 51%
CMYK
31, 97, 0, 0
Luminance
0.1649
Every format
| HEX | #af07ff |
| RGB | rgb(175, 7, 255) |
| HSL | hsl(281, 100%, 51%) |
| CMYK | cmyk(31%, 97%, 0%, 0%) |
| LAB | lab(47.6 86.9 -82.0) |
| LCH | lch(47.6 119.5 316.7) |
| OKLCH | oklch(0.589 0.298 308.4) |
Copy-ready code
/* CSS */
color: #af07ff;
background-color: #af07ff;
/* Tailwind (arbitrary) */
class="text-[#af07ff] bg-[#af07ff]"
/* SCSS */
$brand: #af07ff;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 1.000)
/* Android */
Color.parseColor("#af07ff")Accessibility — WCAG contrast
Aa
#af07ff on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af07ff on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta97.3%
Yellow0.0%
Key (black)0.0%
Color previews
#af07ff text on a black background
contrast 4.30:1
Card sample
#af07ff text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af07ff;
Background color
Panel with #af07ff background
background-color: #af07ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af07ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af07ff; background: linear-gradient(135deg, #af07ff, #FF07AA);