#af1fcc
a balanced, vivid violet · warm · closest name: magenta
RGB
175, 31, 204
HSL
290°, 74%, 46%
CMYK
14, 85, 0, 20
Luminance
0.1445
Every format
| HEX | #af1fcc |
| RGB | rgb(175, 31, 204) |
| HSL | hsl(290, 74%, 46%) |
| CMYK | cmyk(14%, 85%, 0%, 20%) |
| LAB | lab(44.9 74.5 -57.5) |
| LCH | lch(44.9 94.1 322.3) |
| OKLCH | oklch(0.558 0.250 319.8) |
Copy-ready code
/* CSS */
color: #af1fcc;
background-color: #af1fcc;
/* Tailwind (arbitrary) */
class="text-[#af1fcc] bg-[#af1fcc]"
/* SCSS */
$brand: #af1fcc;
/* SwiftUI */
Color(red: 0.686, green: 0.122, blue: 0.800)
/* Android */
Color.parseColor("#af1fcc")Accessibility — WCAG contrast
Aa
#af1fcc on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af1fcc on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.2%
Blue80.0%
CMYK percentages
Cyan14.2%
Magenta84.8%
Yellow0.0%
Key (black)20.0%
Color previews
#af1fcc text on a black background
contrast 3.89:1
Card sample
#af1fcc text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af1fcc;
Background color
Panel with #af1fcc background
background-color: #af1fcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af1fcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 31, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 31, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af1fcc; background: linear-gradient(135deg, #af1fcc, #CC1F76);