#af1fcf
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 31, 207
HSL
289°, 74%, 47%
CMYK
16, 85, 0, 19
Luminance
0.1460
Every format
| HEX | #af1fcf |
| RGB | rgb(175, 31, 207) |
| HSL | hsl(289, 74%, 47%) |
| CMYK | cmyk(16%, 85%, 0%, 19%) |
| LAB | lab(45.1 75.0 -58.9) |
| LCH | lch(45.1 95.4 321.8) |
| OKLCH | oklch(0.560 0.253 319.0) |
Copy-ready code
/* CSS */
color: #af1fcf;
background-color: #af1fcf;
/* Tailwind (arbitrary) */
class="text-[#af1fcf] bg-[#af1fcf]"
/* SCSS */
$brand: #af1fcf;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.812)
/* Android */
Color.parseColor("#af1fcf")Accessibility — WCAG contrast
Aa
#af1fcf on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fcf on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta85.0%
Yellow0.0%
Key (black)18.8%
Color previews
#af1fcf text on a black background
contrast 3.92:1
Card sample
#af1fcf text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fcf;
Background color
Panel with #af1fcf background
background-color: #af1fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fcf; background: linear-gradient(135deg, #af1fcf, #CF1F7A);