#af409a
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
175, 64, 154
HSL
311°, 46%, 47%
CMYK
0, 63, 12, 31
Luminance
0.1511
Every format
| HEX | #af409a |
| RGB | rgb(175, 64, 154) |
| HSL | hsl(311, 46%, 47%) |
| CMYK | cmyk(0%, 63%, 12%, 31%) |
| LAB | lab(45.8 55.5 -26.6) |
| LCH | lch(45.8 61.5 334.4) |
| OKLCH | oklch(0.556 0.177 335.9) |
Copy-ready code
/* CSS */
color: #af409a;
background-color: #af409a;
/* Tailwind (arbitrary) */
class="text-[#af409a] bg-[#af409a]"
/* SCSS */
$brand: #af409a;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.604)
/* Android */
Color.parseColor("#af409a")Accessibility — WCAG contrast
Aa
#af409a on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af409a on black: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue60.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow12.0%
Key (black)31.4%
Color previews
#af409a text on a black background
contrast 4.02:1
Card sample
#af409a text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af409a;
Background color
Panel with #af409a background
background-color: #af409a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af409a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af409a; background: linear-gradient(135deg, #af409a, #AF4050);