#af367f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 54, 127
HSL
324°, 53%, 45%
CMYK
0, 69, 27, 31
Luminance
0.1328
Every format
| HEX | #af367f |
| RGB | rgb(175, 54, 127) |
| HSL | hsl(324, 53%, 45%) |
| CMYK | cmyk(0%, 69%, 27%, 31%) |
| LAB | lab(43.2 55.7 -14.3) |
| LCH | lch(43.2 57.5 345.6) |
| OKLCH | oklch(0.533 0.173 347.4) |
Copy-ready code
/* CSS */
color: #af367f;
background-color: #af367f;
/* Tailwind (arbitrary) */
class="text-[#af367f] bg-[#af367f]"
/* SCSS */
$brand: #af367f;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.498)
/* Android */
Color.parseColor("#af367f")Accessibility — WCAG contrast
Aa
#af367f on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af367f on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow27.4%
Key (black)31.4%
Color previews
#af367f text on a black background
contrast 3.66:1
Card sample
#af367f text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af367f;
Background color
Panel with #af367f background
background-color: #af367f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af367f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af367f; background: linear-gradient(135deg, #af367f, #AF3E36);