#af2091
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 32, 145
HSL
313°, 69%, 41%
CMYK
0, 82, 17, 31
Luminance
0.1219
Every format
| HEX | #af2091 |
| RGB | rgb(175, 32, 145) |
| HSL | hsl(313, 69%, 41%) |
| CMYK | cmyk(0%, 82%, 17%, 31%) |
| LAB | lab(41.5 65.0 -27.9) |
| LCH | lch(41.5 70.7 336.8) |
| OKLCH | oklch(0.524 0.208 338.6) |
Copy-ready code
/* CSS */
color: #af2091;
background-color: #af2091;
/* Tailwind (arbitrary) */
class="text-[#af2091] bg-[#af2091]"
/* SCSS */
$brand: #af2091;
/* SwiftUI */
Color(red: 0.686, green: 0.125, blue: 0.569)
/* Android */
Color.parseColor("#af2091")Accessibility — WCAG contrast
Aa
#af2091 on white: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2091 on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green12.5%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow17.1%
Key (black)31.4%
Color previews
#af2091 text on a black background
contrast 3.44:1
Card sample
#af2091 text on a white background
contrast 6.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2091;
Background color
Panel with #af2091 background
background-color: #af2091;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2091;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 32, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 32, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2091; background: linear-gradient(135deg, #af2091, #AF2032);