#af3070
a dark, vivid magenta / pink · warm · closest name: purple
RGB
175, 48, 112
HSL
330°, 57%, 44%
CMYK
0, 73, 36, 31
Luminance
0.1240
Every format
| HEX | #af3070 |
| RGB | rgb(175, 48, 112) |
| HSL | hsl(330, 57%, 44%) |
| CMYK | cmyk(0%, 73%, 36%, 31%) |
| LAB | lab(41.9 56.1 -7.1) |
| LCH | lch(41.9 56.5 352.8) |
| OKLCH | oklch(0.521 0.173 354.0) |
Copy-ready code
/* CSS */
color: #af3070;
background-color: #af3070;
/* Tailwind (arbitrary) */
class="text-[#af3070] bg-[#af3070]"
/* SCSS */
$brand: #af3070;
/* SwiftUI */
Color(red: 0.686, green: 0.188, blue: 0.439)
/* Android */
Color.parseColor("#af3070")Accessibility — WCAG contrast
Aa
#af3070 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3070 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green18.8%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow36.0%
Key (black)31.4%
Color previews
#af3070 text on a black background
contrast 3.48:1
Card sample
#af3070 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3070;
Background color
Panel with #af3070 background
background-color: #af3070;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3070;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 48, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 48, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3070; background: linear-gradient(135deg, #af3070, #AF4530);