#af1cfb
a balanced, electric violet · warm · closest name: magenta
RGB
175, 28, 251
HSL
280°, 97%, 55%
CMYK
30, 89, 0, 2
Luminance
0.1691
Every format
| HEX | #af1cfb |
| RGB | rgb(175, 28, 251) |
| HSL | hsl(280, 97%, 55%) |
| CMYK | cmyk(30%, 89%, 0%, 2%) |
| LAB | lab(48.1 83.6 -78.9) |
| LCH | lch(48.1 115.0 316.6) |
| OKLCH | oklch(0.592 0.288 308.8) |
Copy-ready code
/* CSS */
color: #af1cfb;
background-color: #af1cfb;
/* Tailwind (arbitrary) */
class="text-[#af1cfb] bg-[#af1cfb]"
/* SCSS */
$brand: #af1cfb;
/* SwiftUI */
Color(red: 0.686, green: 0.110, blue: 0.984)
/* Android */
Color.parseColor("#af1cfb")Accessibility — WCAG contrast
Aa
#af1cfb on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1cfb on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green11.0%
Blue98.4%
CMYK percentages
Cyan30.3%
Magenta88.8%
Yellow0.0%
Key (black)1.6%
Color previews
#af1cfb text on a black background
contrast 4.38:1
Card sample
#af1cfb text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1cfb;
Background color
Panel with #af1cfb background
background-color: #af1cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 28, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 28, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1cfb; background: linear-gradient(135deg, #af1cfb, #FB1CB2);