#af1bfd
a balanced, electric violet · warm · closest name: magenta
RGB
175, 27, 253
HSL
279°, 98%, 55%
CMYK
31, 89, 0, 1
Luminance
0.1699
Every format
| HEX | #af1bfd |
| RGB | rgb(175, 27, 253) |
| HSL | hsl(279, 98%, 55%) |
| CMYK | cmyk(31%, 89%, 0%, 1%) |
| LAB | lab(48.3 84.2 -79.9) |
| LCH | lch(48.3 116.0 316.5) |
| OKLCH | oklch(0.593 0.290 308.4) |
Copy-ready code
/* CSS */
color: #af1bfd;
background-color: #af1bfd;
/* Tailwind (arbitrary) */
class="text-[#af1bfd] bg-[#af1bfd]"
/* SCSS */
$brand: #af1bfd;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.992)
/* Android */
Color.parseColor("#af1bfd")Accessibility — WCAG contrast
Aa
#af1bfd on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1bfd on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue99.2%
CMYK percentages
Cyan30.8%
Magenta89.3%
Yellow0.0%
Key (black)0.8%
Color previews
#af1bfd text on a black background
contrast 4.40:1
Card sample
#af1bfd text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1bfd;
Background color
Panel with #af1bfd background
background-color: #af1bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1bfd; background: linear-gradient(135deg, #af1bfd, #FD1BB4);