#af70ad
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 112, 173
HSL
302°, 28%, 56%
CMYK
0, 36, 1, 31
Luminance
0.2372
Every format
| HEX | #af70ad |
| RGB | rgb(175, 112, 173) |
| HSL | hsl(302, 28%, 56%) |
| CMYK | cmyk(0%, 36%, 1%, 31%) |
| LAB | lab(55.8 34.7 -22.3) |
| LCH | lch(55.8 41.3 327.3) |
| OKLCH | oklch(0.633 0.114 327.9) |
Copy-ready code
/* CSS */
color: #af70ad;
background-color: #af70ad;
/* Tailwind (arbitrary) */
class="text-[#af70ad] bg-[#af70ad]"
/* SCSS */
$brand: #af70ad;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.678)
/* Android */
Color.parseColor("#af70ad")Accessibility — WCAG contrast
Aa
#af70ad on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af70ad on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow1.1%
Key (black)31.4%
Color previews
#af70ad text on a black background
contrast 5.74:1
Card sample
#af70ad text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af70ad;
Background color
Panel with #af70ad background
background-color: #af70ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af70ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af70ad; background: linear-gradient(135deg, #af70ad, #AF7083);