#af41cf
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 65, 207
HSL
287°, 60%, 53%
CMYK
16, 69, 0, 19
Luminance
0.1740
Every format
| HEX | #af41cf |
| RGB | rgb(175, 65, 207) |
| HSL | hsl(287, 60%, 53%) |
| CMYK | cmyk(16%, 69%, 0%, 19%) |
| LAB | lab(48.8 64.4 -53.0) |
| LCH | lch(48.8 83.4 320.5) |
| OKLCH | oklch(0.587 0.221 317.6) |
Copy-ready code
/* CSS */
color: #af41cf;
background-color: #af41cf;
/* Tailwind (arbitrary) */
class="text-[#af41cf] bg-[#af41cf]"
/* SCSS */
$brand: #af41cf;
/* SwiftUI */
Color(red: 0.686, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#af41cf")Accessibility — WCAG contrast
Aa
#af41cf on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af41cf on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.5%
Blue81.2%
CMYK percentages
Cyan15.5%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#af41cf text on a black background
contrast 4.48:1
Card sample
#af41cf text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af41cf;
Background color
Panel with #af41cf background
background-color: #af41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af41cf; background: linear-gradient(135deg, #af41cf, #CF4190);