#af076f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 7, 111
HSL
323°, 92%, 36%
CMYK
0, 96, 37, 31
Luminance
0.1041
Every format
| HEX | #af076f |
| RGB | rgb(175, 7, 111) |
| HSL | hsl(323, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 37%, 31%) |
| LAB | lab(38.6 65.2 -11.3) |
| LCH | lch(38.6 66.2 350.1) |
| OKLCH | oklch(0.497 0.203 351.7) |
Copy-ready code
/* CSS */
color: #af076f;
background-color: #af076f;
/* Tailwind (arbitrary) */
class="text-[#af076f] bg-[#af076f]"
/* SCSS */
$brand: #af076f;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.435)
/* Android */
Color.parseColor("#af076f")Accessibility — WCAG contrast
Aa
#af076f on white: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af076f on black: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow36.6%
Key (black)31.4%
Color previews
#af076f text on a black background
contrast 3.08:1
Card sample
#af076f text on a white background
contrast 6.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af076f;
Background color
Panel with #af076f background
background-color: #af076f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af076f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af076f; background: linear-gradient(135deg, #af076f, #AF0F07);