#af155f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 21, 95
HSL
331°, 79%, 38%
CMYK
0, 88, 46, 31
Luminance
0.1048
Every format
| HEX | #af155f |
| RGB | rgb(175, 21, 95) |
| HSL | hsl(331, 79%, 38%) |
| CMYK | cmyk(0%, 88%, 46%, 31%) |
| LAB | lab(38.7 61.7 -1.0) |
| LCH | lch(38.7 61.8 359.0) |
| OKLCH | oklch(0.496 0.190 359.4) |
Copy-ready code
/* CSS */
color: #af155f;
background-color: #af155f;
/* Tailwind (arbitrary) */
class="text-[#af155f] bg-[#af155f]"
/* SCSS */
$brand: #af155f;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.373)
/* Android */
Color.parseColor("#af155f")Accessibility — WCAG contrast
Aa
#af155f on white: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af155f on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow45.7%
Key (black)31.4%
Color previews
#af155f text on a black background
contrast 3.10:1
Card sample
#af155f text on a white background
contrast 6.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af155f;
Background color
Panel with #af155f background
background-color: #af155f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af155f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af155f; background: linear-gradient(135deg, #af155f, #AF3215);