#af3085
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 48, 133
HSL
320°, 57%, 44%
CMYK
0, 73, 24, 31
Luminance
0.1292
Every format
| HEX | #af3085 |
| RGB | rgb(175, 48, 133) |
| HSL | hsl(320, 57%, 44%) |
| CMYK | cmyk(0%, 73%, 24%, 31%) |
| LAB | lab(42.6 58.6 -18.8) |
| LCH | lch(42.6 61.6 342.2) |
| OKLCH | oklch(0.530 0.184 344.2) |
Copy-ready code
/* CSS */
color: #af3085;
background-color: #af3085;
/* Tailwind (arbitrary) */
class="text-[#af3085] bg-[#af3085]"
/* SCSS */
$brand: #af3085;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.522)
/* Android */
Color.parseColor("#af3085")Accessibility — WCAG contrast
Aa
#af3085 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3085 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow24.0%
Key (black)31.4%
Color previews
#af3085 text on a black background
contrast 3.58:1
Card sample
#af3085 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3085;
Background color
Panel with #af3085 background
background-color: #af3085;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3085;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3085; background: linear-gradient(135deg, #af3085, #AF3030);