#af05f0
a balanced, electric violet · warm · closest name: magenta
RGB
175, 5, 240
HSL
283°, 96%, 48%
CMYK
27, 98, 0, 6
Luminance
0.1551
Every format
| HEX | #af05f0 |
| RGB | rgb(175, 5, 240) |
| HSL | hsl(283, 96%, 48%) |
| CMYK | cmyk(27%, 98%, 0%, 6%) |
| LAB | lab(46.3 84.4 -75.7) |
| LCH | lch(46.3 113.4 318.1) |
| OKLCH | oklch(0.577 0.287 311.6) |
Copy-ready code
/* CSS */
color: #af05f0;
background-color: #af05f0;
/* Tailwind (arbitrary) */
class="text-[#af05f0] bg-[#af05f0]"
/* SCSS */
$brand: #af05f0;
/* SwiftUI */
Color(red: 0.686, green: 0.020, blue: 0.941)
/* Android */
Color.parseColor("#af05f0")Accessibility — WCAG contrast
Aa
#af05f0 on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af05f0 on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.0%
Blue94.1%
CMYK percentages
Cyan27.1%
Magenta97.9%
Yellow0.0%
Key (black)5.9%
Color previews
#af05f0 text on a black background
contrast 4.10:1
Card sample
#af05f0 text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af05f0;
Background color
Panel with #af05f0 background
background-color: #af05f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af05f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 5, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 5, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af05f0; background: linear-gradient(135deg, #af05f0, #F00594);