#af4ffd
a light, electric violet · warm · closest name: magenta
RGB
175, 79, 253
HSL
273°, 98%, 65%
CMYK
31, 69, 0, 1
Luminance
0.2180
Every format
| HEX | #af4ffd |
| RGB | rgb(175, 79, 253) |
| HSL | hsl(273, 98%, 65%) |
| CMYK | cmyk(31%, 69%, 0%, 1%) |
| LAB | lab(53.8 68.1 -70.8) |
| LCH | lch(53.8 98.2 313.9) |
| OKLCH | oklch(0.632 0.247 305.6) |
Copy-ready code
/* CSS */
color: #af4ffd;
background-color: #af4ffd;
/* Tailwind (arbitrary) */
class="text-[#af4ffd] bg-[#af4ffd]"
/* SCSS */
$brand: #af4ffd;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.992)
/* Android */
Color.parseColor("#af4ffd")Accessibility — WCAG contrast
Aa
#af4ffd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af4ffd on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta68.8%
Yellow0.0%
Key (black)0.8%
Color previews
#af4ffd text on a black background
contrast 5.36:1
Card sample
#af4ffd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4ffd;
Background color
Panel with #af4ffd background
background-color: #af4ffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4ffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4ffd; background: linear-gradient(135deg, #af4ffd, #FD4FD7);