#af154c
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 21, 76
HSL
339°, 79%, 38%
CMYK
0, 88, 57, 31
Luminance
0.1017
Every format
| HEX | #af154c |
| RGB | rgb(175, 21, 76) |
| HSL | hsl(339, 79%, 38%) |
| CMYK | cmyk(0%, 88%, 57%, 31%) |
| LAB | lab(38.1 60.2 10.4) |
| LCH | lch(38.1 61.1 9.8) |
| OKLCH | oklch(0.491 0.185 8.1) |
Copy-ready code
/* CSS */
color: #af154c;
background-color: #af154c;
/* Tailwind (arbitrary) */
class="text-[#af154c] bg-[#af154c]"
/* SCSS */
$brand: #af154c;
/* SwiftUI */
Color(red: 0.686, green: 0.082, blue: 0.298)
/* Android */
Color.parseColor("#af154c")Accessibility — WCAG contrast
Aa
#af154c on white: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af154c on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green8.2%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta88.0%
Yellow56.6%
Key (black)31.4%
Color previews
#af154c text on a black background
contrast 3.03:1
Card sample
#af154c text on a white background
contrast 6.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af154c;
Background color
Panel with #af154c background
background-color: #af154c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af154c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 21, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 21, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af154c; background: linear-gradient(135deg, #af154c, #AF4515);