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