#af64c2
a balanced, soft violet · warm · closest name: orchid
RGB
175, 100, 194
HSL
288°, 44%, 58%
CMYK
10, 49, 0, 24
Luminance
0.2212
Every format
| HEX | #af64c2 |
| RGB | rgb(175, 100, 194) |
| HSL | hsl(288, 44%, 58%) |
| CMYK | cmyk(10%, 49%, 0%, 24%) |
| LAB | lab(54.2 45.3 -37.0) |
| LCH | lch(54.2 58.5 320.8) |
| OKLCH | oklch(0.624 0.157 319.3) |
Copy-ready code
/* CSS */
color: #af64c2;
background-color: #af64c2;
/* Tailwind (arbitrary) */
class="text-[#af64c2] bg-[#af64c2]"
/* SCSS */
$brand: #af64c2;
/* SwiftUI */
Color(red: 0.686, green: 0.392, blue: 0.761)
/* Android */
Color.parseColor("#af64c2")Accessibility — WCAG contrast
Aa
#af64c2 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af64c2 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.2%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta48.5%
Yellow0.0%
Key (black)23.9%
Color previews
#af64c2 text on a black background
contrast 5.42:1
Card sample
#af64c2 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af64c2;
Background color
Panel with #af64c2 background
background-color: #af64c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af64c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 100, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 100, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af64c2; background: linear-gradient(135deg, #af64c2, #C26496);