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