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