#af15fe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 21, 254
HSL
280°, 99%, 54%
CMYK
31, 92, 0, 0
Luminance
0.1681
Every format
| HEX | #af15fe |
| RGB | rgb(175, 21, 254) |
| HSL | hsl(280, 99%, 54%) |
| CMYK | cmyk(31%, 92%, 0%, 0%) |
| LAB | lab(48.0 85.3 -80.8) |
| LCH | lch(48.0 117.5 316.5) |
| OKLCH | oklch(0.592 0.293 308.4) |
Copy-ready code
/* CSS */
color: #af15fe;
background-color: #af15fe;
/* Tailwind (arbitrary) */
class="text-[#af15fe] bg-[#af15fe]"
/* SCSS */
$brand: #af15fe;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.996)
/* Android */
Color.parseColor("#af15fe")Accessibility — WCAG contrast
Aa
#af15fe on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af15fe on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta91.7%
Yellow0.0%
Key (black)0.4%
Color previews
#af15fe text on a black background
contrast 4.36:1
Card sample
#af15fe text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af15fe;
Background color
Panel with #af15fe background
background-color: #af15fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af15fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af15fe; background: linear-gradient(135deg, #af15fe, #FE15B1);