#af73c2
a balanced, soft violet · warm · closest name: orchid
RGB
175, 115, 194
HSL
286°, 39%, 61%
CMYK
10, 41, 0, 24
Luminance
0.2527
Every format
| HEX | #af73c2 |
| RGB | rgb(175, 115, 194) |
| HSL | hsl(286, 39%, 61%) |
| CMYK | cmyk(10%, 41%, 0%, 24%) |
| LAB | lab(57.3 37.2 -32.0) |
| LCH | lch(57.3 49.1 319.3) |
| OKLCH | oklch(0.647 0.131 317.8) |
Copy-ready code
/* CSS */
color: #af73c2;
background-color: #af73c2;
/* Tailwind (arbitrary) */
class="text-[#af73c2] bg-[#af73c2]"
/* SCSS */
$brand: #af73c2;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.761)
/* Android */
Color.parseColor("#af73c2")Accessibility — WCAG contrast
Aa
#af73c2 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73c2 on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue76.1%
CMYK percentages
Cyan9.8%
Magenta40.7%
Yellow0.0%
Key (black)23.9%
Color previews
#af73c2 text on a black background
contrast 6.05:1
Card sample
#af73c2 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73c2;
Background color
Panel with #af73c2 background
background-color: #af73c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73c2; background: linear-gradient(135deg, #af73c2, #C273A0);