#af2ffd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 47, 253
HSL
277°, 98%, 59%
CMYK
31, 81, 0, 1
Luminance
0.1824
Every format
| HEX | #af2ffd |
| RGB | rgb(175, 47, 253) |
| HSL | hsl(277, 98%, 59%) |
| CMYK | cmyk(31%, 81%, 0%, 1%) |
| LAB | lab(49.8 79.6 -77.4) |
| LCH | lch(49.8 111.0 315.8) |
| OKLCH | oklch(0.604 0.278 307.7) |
Copy-ready code
/* CSS */
color: #af2ffd;
background-color: #af2ffd;
/* Tailwind (arbitrary) */
class="text-[#af2ffd] bg-[#af2ffd]"
/* SCSS */
$brand: #af2ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.184, blue: 0.992)
/* Android */
Color.parseColor("#af2ffd")Accessibility — WCAG contrast
Aa
#af2ffd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2ffd on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.4%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta81.4%
Yellow0.0%
Key (black)0.8%
Color previews
#af2ffd text on a black background
contrast 4.65:1
Card sample
#af2ffd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2ffd;
Background color
Panel with #af2ffd background
background-color: #af2ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 47, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 47, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2ffd; background: linear-gradient(135deg, #af2ffd, #FD2FC2);