#af73c4
a balanced, soft violet · warm · closest name: orchid
RGB
175, 115, 196
HSL
284°, 41%, 61%
CMYK
11, 41, 0, 23
Luminance
0.2536
Every format
| HEX | #af73c4 |
| RGB | rgb(175, 115, 196) |
| HSL | hsl(284, 41%, 61%) |
| CMYK | cmyk(11%, 41%, 0%, 23%) |
| LAB | lab(57.4 37.6 -33.0) |
| LCH | lch(57.4 50.1 318.8) |
| OKLCH | oklch(0.648 0.133 317.0) |
Copy-ready code
/* CSS */
color: #af73c4;
background-color: #af73c4;
/* Tailwind (arbitrary) */
class="text-[#af73c4] bg-[#af73c4]"
/* SCSS */
$brand: #af73c4;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.769)
/* Android */
Color.parseColor("#af73c4")Accessibility — WCAG contrast
Aa
#af73c4 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73c4 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue76.9%
CMYK percentages
Cyan10.7%
Magenta41.3%
Yellow0.0%
Key (black)23.1%
Color previews
#af73c4 text on a black background
contrast 6.07:1
Card sample
#af73c4 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73c4;
Background color
Panel with #af73c4 background
background-color: #af73c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73c4; background: linear-gradient(135deg, #af73c4, #C473A3);