#af46c3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 70, 195
HSL
290°, 51%, 52%
CMYK
10, 64, 0, 24
Luminance
0.1743
Every format
| HEX | #af46c3 |
| RGB | rgb(175, 70, 195) |
| HSL | hsl(290, 51%, 52%) |
| CMYK | cmyk(10%, 64%, 0%, 24%) |
| LAB | lab(48.8 60.0 -46.0) |
| LCH | lch(48.8 75.6 322.5) |
| OKLCH | oklch(0.585 0.203 320.9) |
Copy-ready code
/* CSS */
color: #af46c3;
background-color: #af46c3;
/* Tailwind (arbitrary) */
class="text-[#af46c3] bg-[#af46c3]"
/* SCSS */
$brand: #af46c3;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.765)
/* Android */
Color.parseColor("#af46c3")Accessibility — WCAG contrast
Aa
#af46c3 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af46c3 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue76.5%
CMYK percentages
Cyan10.3%
Magenta64.1%
Yellow0.0%
Key (black)23.5%
Color previews
#af46c3 text on a black background
contrast 4.49:1
Card sample
#af46c3 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af46c3;
Background color
Panel with #af46c3 background
background-color: #af46c3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af46c3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af46c3; background: linear-gradient(135deg, #af46c3, #C34684);