#af0c50
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 12, 80
HSL
335°, 87%, 37%
CMYK
0, 93, 54, 31
Luminance
0.0996
Every format
| HEX | #af0c50 |
| RGB | rgb(175, 12, 80) |
| HSL | hsl(335, 87%, 37%) |
| CMYK | cmyk(0%, 93%, 54%, 31%) |
| LAB | lab(37.8 61.9 7.2) |
| LCH | lch(37.8 62.3 6.7) |
| OKLCH | oklch(0.488 0.191 5.7) |
Copy-ready code
/* CSS */
color: #af0c50;
background-color: #af0c50;
/* Tailwind (arbitrary) */
class="text-[#af0c50] bg-[#af0c50]"
/* SCSS */
$brand: #af0c50;
/* SwiftUI */
Color(red: 0.686, green: 0.047, blue: 0.314)
/* Android */
Color.parseColor("#af0c50")Accessibility — WCAG contrast
Aa
#af0c50 on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0c50 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green4.7%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow54.3%
Key (black)31.4%
Color previews
#af0c50 text on a black background
contrast 2.99:1
Card sample
#af0c50 text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0c50;
Background color
Panel with #af0c50 background
background-color: #af0c50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0c50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 12, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 12, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0c50; background: linear-gradient(135deg, #af0c50, #AF350C);