#af2ffa
a balanced, electric violet · warm · closest name: magenta
RGB
175, 47, 250
HSL
278°, 95%, 58%
CMYK
30, 81, 0, 2
Luminance
0.1805
Every format
| HEX | #af2ffa |
| RGB | rgb(175, 47, 250) |
| HSL | hsl(278, 95%, 58%) |
| CMYK | cmyk(30%, 81%, 0%, 2%) |
| LAB | lab(49.6 79.0 -76.1) |
| LCH | lch(49.6 109.7 316.1) |
| OKLCH | oklch(0.601 0.276 308.3) |
Copy-ready code
/* CSS */
color: #af2ffa;
background-color: #af2ffa;
/* Tailwind (arbitrary) */
class="text-[#af2ffa] bg-[#af2ffa]"
/* SCSS */
$brand: #af2ffa;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.980)
/* Android */
Color.parseColor("#af2ffa")Accessibility — WCAG contrast
Aa
#af2ffa on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ffa on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue98.0%
CMYK percentages
Cyan30.0%
Magenta81.2%
Yellow0.0%
Key (black)2.0%
Color previews
#af2ffa text on a black background
contrast 4.61:1
Card sample
#af2ffa text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ffa;
Background color
Panel with #af2ffa background
background-color: #af2ffa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ffa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ffa; background: linear-gradient(135deg, #af2ffa, #FA2FBE);