#af71c0
a balanced, soft violet · warm · closest name: orchid
RGB
175, 113, 192
HSL
287°, 39%, 60%
CMYK
9, 41, 0, 25
Luminance
0.2473
Every format
| HEX | #af71c0 |
| RGB | rgb(175, 113, 192) |
| HSL | hsl(287, 39%, 60%) |
| CMYK | cmyk(9%, 41%, 0%, 25%) |
| LAB | lab(56.8 37.9 -31.7) |
| LCH | lch(56.8 49.4 320.1) |
| OKLCH | oklch(0.643 0.132 318.8) |
Copy-ready code
/* CSS */
color: #af71c0;
background-color: #af71c0;
/* Tailwind (arbitrary) */
class="text-[#af71c0] bg-[#af71c0]"
/* SCSS */
$brand: #af71c0;
/* SwiftUI */
Color(red: 0.686, green: 0.443, blue: 0.753)
/* Android */
Color.parseColor("#af71c0")Accessibility — WCAG contrast
Aa
#af71c0 on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af71c0 on black: 5.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green44.3%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta41.1%
Yellow0.0%
Key (black)24.7%
Color previews
#af71c0 text on a black background
contrast 5.95:1
Card sample
#af71c0 text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af71c0;
Background color
Panel with #af71c0 background
background-color: #af71c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af71c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 113, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 113, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af71c0; background: linear-gradient(135deg, #af71c0, #C0719C);