#af366d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 54, 109
HSL
333°, 53%, 45%
CMYK
0, 69, 38, 31
Luminance
0.1286
Every format
| HEX | #af366d |
| RGB | rgb(175, 54, 109) |
| HSL | hsl(333, 53%, 45%) |
| CMYK | cmyk(0%, 69%, 38%, 31%) |
| LAB | lab(42.5 53.5 -4.2) |
| LCH | lch(42.5 53.7 355.6) |
| OKLCH | oklch(0.526 0.164 356.4) |
Copy-ready code
/* CSS */
color: #af366d;
background-color: #af366d;
/* Tailwind (arbitrary) */
class="text-[#af366d] bg-[#af366d]"
/* SCSS */
$brand: #af366d;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#af366d")Accessibility — WCAG contrast
Aa
#af366d on white: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af366d on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow37.7%
Key (black)31.4%
Color previews
#af366d text on a black background
contrast 3.57:1
Card sample
#af366d text on a white background
contrast 5.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af366d;
Background color
Panel with #af366d background
background-color: #af366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af366d; background: linear-gradient(135deg, #af366d, #AF5036);