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