#af0163
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 1, 99
HSL
326°, 99%, 35%
CMYK
0, 99, 43, 31
Luminance
0.1004
Every format
| HEX | #af0163 |
| RGB | rgb(175, 1, 99) |
| HSL | hsl(326, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 43%, 31%) |
| LAB | lab(37.9 64.7 -4.7) |
| LCH | lch(37.9 64.9 355.8) |
| OKLCH | oklch(0.491 0.200 356.7) |
Copy-ready code
/* CSS */
color: #af0163;
background-color: #af0163;
/* Tailwind (arbitrary) */
class="text-[#af0163] bg-[#af0163]"
/* SCSS */
$brand: #af0163;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.388)
/* Android */
Color.parseColor("#af0163")Accessibility — WCAG contrast
Aa
#af0163 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0163 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow43.4%
Key (black)31.4%
Color previews
#af0163 text on a black background
contrast 3.01:1
Card sample
#af0163 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0163;
Background color
Panel with #af0163 background
background-color: #af0163;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0163;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0163; background: linear-gradient(135deg, #af0163, #AF1301);