#af134f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 19, 79
HSL
337°, 80%, 38%
CMYK
0, 89, 55, 31
Luminance
0.1014
Every format
| HEX | #af134f |
| RGB | rgb(175, 19, 79) |
| HSL | hsl(337, 80%, 38%) |
| CMYK | cmyk(0%, 89%, 55%, 31%) |
| LAB | lab(38.1 60.8 8.4) |
| LCH | lch(38.1 61.4 7.8) |
| OKLCH | oklch(0.491 0.187 6.6) |
Copy-ready code
/* CSS */
color: #af134f;
background-color: #af134f;
/* Tailwind (arbitrary) */
class="text-[#af134f] bg-[#af134f]"
/* SCSS */
$brand: #af134f;
/* SwiftUI */
Color(red: 0.686, green: 0.075, blue: 0.310)
/* Android */
Color.parseColor("#af134f")Accessibility — WCAG contrast
Aa
#af134f on white: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af134f on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green7.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow54.9%
Key (black)31.4%
Color previews
#af134f text on a black background
contrast 3.03:1
Card sample
#af134f text on a white background
contrast 6.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af134f;
Background color
Panel with #af134f background
background-color: #af134f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af134f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 19, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 19, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af134f; background: linear-gradient(135deg, #af134f, #AF3F13);