#af0657
a dark, electric magenta / pink · warm · closest name: crimson
RGB
175, 6, 87
HSL
331°, 93%, 36%
CMYK
0, 97, 50, 31
Luminance
0.0993
Every format
| HEX | #af0657 |
| RGB | rgb(175, 6, 87) |
| HSL | hsl(331, 93%, 36%) |
| CMYK | cmyk(0%, 97%, 50%, 31%) |
| LAB | lab(37.7 63.1 2.7) |
| LCH | lch(37.7 63.2 2.4) |
| OKLCH | oklch(0.489 0.194 2.2) |
Copy-ready code
/* CSS */
color: #af0657;
background-color: #af0657;
/* Tailwind (arbitrary) */
class="text-[#af0657] bg-[#af0657]"
/* SCSS */
$brand: #af0657;
/* SwiftUI */
Color(red: 0.686, green: 0.024, blue: 0.341)
/* Android */
Color.parseColor("#af0657")Accessibility — WCAG contrast
Aa
#af0657 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#af0657 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.4%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta96.6%
Yellow50.3%
Key (black)31.4%
Color previews
#af0657 text on a black background
contrast 2.99:1
Card sample
#af0657 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0657;
Background color
Panel with #af0657 background
background-color: #af0657;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0657;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 6, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 6, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0657; background: linear-gradient(135deg, #af0657, #AF2606);