#af138f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 19, 143
HSL
312°, 80%, 38%
CMYK
0, 89, 18, 31
Luminance
0.1156
Every format
| HEX | #af138f |
| RGB | rgb(175, 19, 143) |
| HSL | hsl(312, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 18%, 31%) |
| LAB | lab(40.5 67.4 -28.2) |
| LCH | lch(40.5 73.1 337.3) |
| OKLCH | oklch(0.516 0.215 339.2) |
Copy-ready code
/* CSS */
color: #af138f;
background-color: #af138f;
/* Tailwind (arbitrary) */
class="text-[#af138f] bg-[#af138f]"
/* SCSS */
$brand: #af138f;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.561)
/* Android */
Color.parseColor("#af138f")Accessibility — WCAG contrast
Aa
#af138f on white: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af138f on black: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow18.3%
Key (black)31.4%
Color previews
#af138f text on a black background
contrast 3.31:1
Card sample
#af138f text on a white background
contrast 6.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af138f;
Background color
Panel with #af138f background
background-color: #af138f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af138f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af138f; background: linear-gradient(135deg, #af138f, #AF1327);