#af1bfc
a balanced, electric violet · warm · closest name: magenta
RGB
175, 27, 252
HSL
280°, 97%, 55%
CMYK
31, 89, 0, 1
Luminance
0.1693
Every format
| HEX | #af1bfc |
| RGB | rgb(175, 27, 252) |
| HSL | hsl(280, 97%, 55%) |
| CMYK | cmyk(31%, 89%, 0%, 1%) |
| LAB | lab(48.2 84.0 -79.4) |
| LCH | lch(48.2 115.6 316.6) |
| OKLCH | oklch(0.592 0.289 308.6) |
Copy-ready code
/* CSS */
color: #af1bfc;
background-color: #af1bfc;
/* Tailwind (arbitrary) */
class="text-[#af1bfc] bg-[#af1bfc]"
/* SCSS */
$brand: #af1bfc;
/* SwiftUI */
Color(red: 0.686, green: 0.106, blue: 0.988)
/* Android */
Color.parseColor("#af1bfc")Accessibility — WCAG contrast
Aa
#af1bfc on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1bfc on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green10.6%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta89.3%
Yellow0.0%
Key (black)1.2%
Color previews
#af1bfc text on a black background
contrast 4.39:1
Card sample
#af1bfc text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1bfc;
Background color
Panel with #af1bfc background
background-color: #af1bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 27, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 27, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1bfc; background: linear-gradient(135deg, #af1bfc, #FC1BB3);