#af367b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 54, 123
HSL
326°, 53%, 45%
CMYK
0, 69, 30, 31
Luminance
0.1318
Every format
| HEX | #af367b |
| RGB | rgb(175, 54, 123) |
| HSL | hsl(326, 53%, 45%) |
| CMYK | cmyk(0%, 69%, 30%, 31%) |
| LAB | lab(43.0 55.2 -12.1) |
| LCH | lch(43.0 56.5 347.7) |
| OKLCH | oklch(0.531 0.171 349.4) |
Copy-ready code
/* CSS */
color: #af367b;
background-color: #af367b;
/* Tailwind (arbitrary) */
class="text-[#af367b] bg-[#af367b]"
/* SCSS */
$brand: #af367b;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.482)
/* Android */
Color.parseColor("#af367b")Accessibility — WCAG contrast
Aa
#af367b on white: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af367b on black: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow29.7%
Key (black)31.4%
Color previews
#af367b text on a black background
contrast 3.64:1
Card sample
#af367b text on a white background
contrast 5.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af367b;
Background color
Panel with #af367b background
background-color: #af367b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af367b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af367b; background: linear-gradient(135deg, #af367b, #AF4236);