#af62c6
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 198
HSL
286°, 47%, 58%
CMYK
12, 51, 0, 22
Luminance
0.2193
Every format
| HEX | #af62c6 |
| RGB | rgb(175, 98, 198) |
| HSL | hsl(286, 47%, 58%) |
| CMYK | cmyk(12%, 51%, 0%, 22%) |
| LAB | lab(54.0 47.2 -39.6) |
| LCH | lch(54.0 61.6 320.0) |
| OKLCH | oklch(0.623 0.164 318.0) |
Copy-ready code
/* CSS */
color: #af62c6;
background-color: #af62c6;
/* Tailwind (arbitrary) */
class="text-[#af62c6] bg-[#af62c6]"
/* SCSS */
$brand: #af62c6;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.776)
/* Android */
Color.parseColor("#af62c6")Accessibility — WCAG contrast
Aa
#af62c6 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62c6 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue77.6%
CMYK percentages
Cyan11.6%
Magenta50.5%
Yellow0.0%
Key (black)22.4%
Color previews
#af62c6 text on a black background
contrast 5.39:1
Card sample
#af62c6 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62c6;
Background color
Panel with #af62c6 background
background-color: #af62c6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62c6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62c6; background: linear-gradient(135deg, #af62c6, #C6629A);