#af079f
a dark, electric magenta / pink · warm · closest name: purple
RGB
175, 7, 159
HSL
306°, 92%, 36%
CMYK
0, 96, 9, 31
Luminance
0.1177
Every format
| HEX | #af079f |
| RGB | rgb(175, 7, 159) |
| HSL | hsl(306, 92%, 36%) |
| CMYK | cmyk(0%, 96%, 9%, 31%) |
| LAB | lab(40.9 71.0 -37.4) |
| LCH | lch(40.9 80.3 332.2) |
| OKLCH | oklch(0.521 0.230 333.4) |
Copy-ready code
/* CSS */
color: #af079f;
background-color: #af079f;
/* Tailwind (arbitrary) */
class="text-[#af079f] bg-[#af079f]"
/* SCSS */
$brand: #af079f;
/* SwiftUI */
Color(red: 0.686, green: 0.027, blue: 0.624)
/* Android */
Color.parseColor("#af079f")Accessibility — WCAG contrast
Aa
#af079f on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af079f on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green2.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta96.0%
Yellow9.1%
Key (black)31.4%
Color previews
#af079f text on a black background
contrast 3.35:1
Card sample
#af079f text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af079f;
Background color
Panel with #af079f background
background-color: #af079f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af079f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 7, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 7, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af079f; background: linear-gradient(135deg, #af079f, #AF072F);