#af1cfe
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 254
HSL
279°, 99%, 55%
CMYK
31, 89, 0, 0
Luminance
0.1710
Every format
| HEX | #af1cfe |
| RGB | rgb(175, 28, 254) |
| HSL | hsl(279, 99%, 55%) |
| CMYK | cmyk(31%, 89%, 0%, 0%) |
| LAB | lab(48.4 84.2 -80.2) |
| LCH | lch(48.4 116.3 316.4) |
| OKLCH | oklch(0.594 0.291 308.2) |
Copy-ready code
/* CSS */
color: #af1cfe;
background-color: #af1cfe;
/* Tailwind (arbitrary) */
class="text-[#af1cfe] bg-[#af1cfe]"
/* SCSS */
$brand: #af1cfe;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.996)
/* Android */
Color.parseColor("#af1cfe")Accessibility — WCAG contrast
Aa
#af1cfe on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cfe on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue99.6%
CMYK percentages
Cyan31.1%
Magenta89.0%
Yellow0.0%
Key (black)0.4%
Color previews
#af1cfe text on a black background
contrast 4.42:1
Card sample
#af1cfe text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cfe;
Background color
Panel with #af1cfe background
background-color: #af1cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cfe; background: linear-gradient(135deg, #af1cfe, #FE1CB6);