#af2fed
a balanced, electric violet · warm · closest name: magenta
RGB
175, 47, 237
HSL
280°, 84%, 56%
CMYK
26, 80, 0, 7
Luminance
0.1726
Every format
| HEX | #af2fed |
| RGB | rgb(175, 47, 237) |
| HSL | hsl(280, 84%, 56%) |
| CMYK | cmyk(26%, 80%, 0%, 7%) |
| LAB | lab(48.6 76.5 -70.3) |
| LCH | lch(48.6 103.9 317.4) |
| OKLCH | oklch(0.592 0.265 311.1) |
Copy-ready code
/* CSS */
color: #af2fed;
background-color: #af2fed;
/* Tailwind (arbitrary) */
class="text-[#af2fed] bg-[#af2fed]"
/* SCSS */
$brand: #af2fed;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.929)
/* Android */
Color.parseColor("#af2fed")Accessibility — WCAG contrast
Aa
#af2fed on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2fed on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue92.9%
CMYK percentages
Cyan26.2%
Magenta80.2%
Yellow0.0%
Key (black)7.1%
Color previews
#af2fed text on a black background
contrast 4.45:1
Card sample
#af2fed text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2fed;
Background color
Panel with #af2fed background
background-color: #af2fed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2fed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2fed; background: linear-gradient(135deg, #af2fed, #ED2FAC);