#af119f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 17, 159
HSL
306°, 82%, 38%
CMYK
0, 90, 9, 31
Luminance
0.1202
Every format
| HEX | #af119f |
| RGB | rgb(175, 17, 159) |
| HSL | hsl(306, 82%, 38%) |
| CMYK | cmyk(0%, 90%, 9%, 31%) |
| LAB | lab(41.3 69.9 -36.8) |
| LCH | lch(41.3 79.0 332.2) |
| OKLCH | oklch(0.524 0.227 333.5) |
Copy-ready code
/* CSS */
color: #af119f;
background-color: #af119f;
/* Tailwind (arbitrary) */
class="text-[#af119f] bg-[#af119f]"
/* SCSS */
$brand: #af119f;
/* SwiftUI */
Color(red: 0.686, green: 0.067, blue: 0.624)
/* Android */
Color.parseColor("#af119f")Accessibility — WCAG contrast
Aa
#af119f on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af119f on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green6.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow9.1%
Key (black)31.4%
Color previews
#af119f text on a black background
contrast 3.40:1
Card sample
#af119f text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af119f;
Background color
Panel with #af119f background
background-color: #af119f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af119f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 17, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 17, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af119f; background: linear-gradient(135deg, #af119f, #AF1136);