#af0761
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 7, 97
HSL
328°, 92%, 36%
CMYK
0, 96, 45, 31
Luminance
0.1013
Every format
| HEX | #af0761 |
| RGB | rgb(175, 7, 97) |
| HSL | hsl(328, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 45%, 31%) |
| LAB | lab(38.1 63.9 -3.2) |
| LCH | lch(38.1 64.0 357.1) |
| OKLCH | oklch(0.492 0.197 357.8) |
Copy-ready code
/* CSS */
color: #af0761;
background-color: #af0761;
/* Tailwind (arbitrary) */
class="text-[#af0761] bg-[#af0761]"
/* SCSS */
$brand: #af0761;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.380)
/* Android */
Color.parseColor("#af0761")Accessibility — WCAG contrast
Aa
#af0761 on white: 6.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af0761 on black: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue38.0%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow44.6%
Key (black)31.4%
Color previews
#af0761 text on a black background
contrast 3.03:1
Card sample
#af0761 text on a white background
contrast 6.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af0761;
Background color
Panel with #af0761 background
background-color: #af0761;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af0761;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af0761; background: linear-gradient(135deg, #af0761, #AF1D07);