#af46c0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 70, 192
HSL
292°, 49%, 51%
CMYK
9, 64, 0, 25
Luminance
0.1730
Every format
| HEX | #af46c0 |
| RGB | rgb(175, 70, 192) |
| HSL | hsl(292, 49%, 51%) |
| CMYK | cmyk(9%, 64%, 0%, 25%) |
| LAB | lab(48.6 59.5 -44.5) |
| LCH | lch(48.6 74.3 323.2) |
| OKLCH | oklch(0.583 0.201 321.8) |
Copy-ready code
/* CSS */
color: #af46c0;
background-color: #af46c0;
/* Tailwind (arbitrary) */
class="text-[#af46c0] bg-[#af46c0]"
/* SCSS */
$brand: #af46c0;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.753)
/* Android */
Color.parseColor("#af46c0")Accessibility — WCAG contrast
Aa
#af46c0 on white: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af46c0 on black: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue75.3%
CMYK percentages
Cyan8.9%
Magenta63.5%
Yellow0.0%
Key (black)24.7%
Color previews
#af46c0 text on a black background
contrast 4.46:1
Card sample
#af46c0 text on a white background
contrast 4.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46c0;
Background color
Panel with #af46c0 background
background-color: #af46c0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46c0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46c0; background: linear-gradient(135deg, #af46c0, #C04680);