#af015b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 1, 91
HSL
329°, 99%, 35%
CMYK
0, 99, 48, 31
Luminance
0.0989
Every format
| HEX | #af015b |
| RGB | rgb(175, 1, 91) |
| HSL | hsl(329, 99%, 35%) |
| CMYK | cmyk(0%, 99%, 48%, 31%) |
| LAB | lab(37.6 64.0 0.0) |
| LCH | lch(37.6 64.0 0.0) |
| OKLCH | oklch(0.489 0.198 0.2) |
Copy-ready code
/* CSS */
color: #af015b;
background-color: #af015b;
/* Tailwind (arbitrary) */
class="text-[#af015b] bg-[#af015b]"
/* SCSS */
$brand: #af015b;
/* SwiftUI */
Color(red: 0.686, green: 0.004, blue: 0.357)
/* Android */
Color.parseColor("#af015b")Accessibility — WCAG contrast
Aa
#af015b on white: 7.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af015b on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green0.4%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta99.4%
Yellow48.0%
Key (black)31.4%
Color previews
#af015b text on a black background
contrast 2.98:1
Card sample
#af015b text on a white background
contrast 7.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af015b;
Background color
Panel with #af015b background
background-color: #af015b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af015b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 1, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 1, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af015b; background: linear-gradient(135deg, #af015b, #AF1B01);