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