#af73d4
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 115, 212
HSL
277°, 53%, 64%
CMYK
18, 46, 0, 17
Luminance
0.2613
Every format
| HEX | #af73d4 |
| RGB | rgb(175, 115, 212) |
| HSL | hsl(277, 53%, 64%) |
| CMYK | cmyk(18%, 46%, 0%, 17%) |
| LAB | lab(58.2 41.1 -40.9) |
| LCH | lch(58.2 58.0 315.1) |
| OKLCH | oklch(0.656 0.152 311.4) |
Copy-ready code
/* CSS */
color: #af73d4;
background-color: #af73d4;
/* Tailwind (arbitrary) */
class="text-[#af73d4] bg-[#af73d4]"
/* SCSS */
$brand: #af73d4;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.831)
/* Android */
Color.parseColor("#af73d4")Accessibility — WCAG contrast
Aa
#af73d4 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af73d4 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue83.1%
CMYK percentages
Cyan17.5%
Magenta45.8%
Yellow0.0%
Key (black)16.9%
Color previews
#af73d4 text on a black background
contrast 6.23:1
Card sample
#af73d4 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af73d4;
Background color
Panel with #af73d4 background
background-color: #af73d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af73d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af73d4; background: linear-gradient(135deg, #af73d4, #D473B8);