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