#af409e
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 158
HSL
309°, 46%, 47%
CMYK
0, 63, 10, 31
Luminance
0.1525
Every format
| HEX | #af409e |
| RGB | rgb(175, 64, 158) |
| HSL | hsl(309, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 10%, 31%) |
| LAB | lab(46.0 56.1 -28.7) |
| LCH | lch(46.0 63.0 332.9) |
| OKLCH | oklch(0.558 0.180 334.3) |
Copy-ready code
/* CSS */
color: #af409e;
background-color: #af409e;
/* Tailwind (arbitrary) */
class="text-[#af409e] bg-[#af409e]"
/* SCSS */
$brand: #af409e;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.620)
/* Android */
Color.parseColor("#af409e")Accessibility — WCAG contrast
Aa
#af409e on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af409e on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow9.7%
Key (black)31.4%
Color previews
#af409e text on a black background
contrast 4.05:1
Card sample
#af409e text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af409e;
Background color
Panel with #af409e background
background-color: #af409e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af409e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af409e; background: linear-gradient(135deg, #af409e, #AF4054);