#af3ffd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 63, 253
HSL
275°, 98%, 62%
CMYK
31, 75, 0, 1
Luminance
0.1976
Every format
| HEX | #af3ffd |
| RGB | rgb(175, 63, 253) |
| HSL | hsl(275, 98%, 62%) |
| CMYK | cmyk(31%, 75%, 0%, 1%) |
| LAB | lab(51.6 74.5 -74.5) |
| LCH | lch(51.6 105.3 315.0) |
| OKLCH | oklch(0.616 0.265 306.8) |
Copy-ready code
/* CSS */
color: #af3ffd;
background-color: #af3ffd;
/* Tailwind (arbitrary) */
class="text-[#af3ffd] bg-[#af3ffd]"
/* SCSS */
$brand: #af3ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.247, blue: 0.992)
/* Android */
Color.parseColor("#af3ffd")Accessibility — WCAG contrast
Aa
#af3ffd on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3ffd on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green24.7%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta75.1%
Yellow0.0%
Key (black)0.8%
Color previews
#af3ffd text on a black background
contrast 4.95:1
Card sample
#af3ffd text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3ffd;
Background color
Panel with #af3ffd background
background-color: #af3ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 63, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 63, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3ffd; background: linear-gradient(135deg, #af3ffd, #FD3FCC);