#af2afd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 42, 253
HSL
278°, 98%, 58%
CMYK
31, 83, 0, 1
Luminance
0.1786
Every format
| HEX | #af2afd |
| RGB | rgb(175, 42, 253) |
| HSL | hsl(278, 98%, 58%) |
| CMYK | cmyk(31%, 83%, 0%, 1%) |
| LAB | lab(49.3 81.0 -78.1) |
| LCH | lch(49.3 112.5 316.0) |
| OKLCH | oklch(0.601 0.282 307.9) |
Copy-ready code
/* CSS */
color: #af2afd;
background-color: #af2afd;
/* Tailwind (arbitrary) */
class="text-[#af2afd] bg-[#af2afd]"
/* SCSS */
$brand: #af2afd;
/* SwiftUI */
Color(red: 0.686, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#af2afd")Accessibility — WCAG contrast
Aa
#af2afd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2afd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.5%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#af2afd text on a black background
contrast 4.57:1
Card sample
#af2afd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2afd;
Background color
Panel with #af2afd background
background-color: #af2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2afd; background: linear-gradient(135deg, #af2afd, #FD2ABE);