#af3bfd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 59, 253
HSL
276°, 98%, 61%
CMYK
31, 77, 0, 1
Luminance
0.1933
Every format
| HEX | #af3bfd |
| RGB | rgb(175, 59, 253) |
| HSL | hsl(276, 98%, 61%) |
| CMYK | cmyk(31%, 77%, 0%, 1%) |
| LAB | lab(51.1 75.9 -75.3) |
| LCH | lch(51.1 106.9 315.2) |
| OKLCH | oklch(0.613 0.268 307.1) |
Copy-ready code
/* CSS */
color: #af3bfd;
background-color: #af3bfd;
/* Tailwind (arbitrary) */
class="text-[#af3bfd] bg-[#af3bfd]"
/* SCSS */
$brand: #af3bfd;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#af3bfd")Accessibility — WCAG contrast
Aa
#af3bfd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af3bfd on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#af3bfd text on a black background
contrast 4.87:1
Card sample
#af3bfd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3bfd;
Background color
Panel with #af3bfd background
background-color: #af3bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3bfd; background: linear-gradient(135deg, #af3bfd, #FD3BCA);