#af7c9c
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 124, 156
HSL
322°, 24%, 59%
CMYK
0, 29, 11, 31
Luminance
0.2593
Every format
| HEX | #af7c9c |
| RGB | rgb(175, 124, 156) |
| HSL | hsl(322, 24%, 59%) |
| CMYK | cmyk(0%, 29%, 11%, 31%) |
| LAB | lab(58.0 24.9 -9.2) |
| LCH | lch(58.0 26.6 339.6) |
| OKLCH | oklch(0.647 0.076 341.4) |
Copy-ready code
/* CSS */
color: #af7c9c;
background-color: #af7c9c;
/* Tailwind (arbitrary) */
class="text-[#af7c9c] bg-[#af7c9c]"
/* SCSS */
$brand: #af7c9c;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.612)
/* Android */
Color.parseColor("#af7c9c")Accessibility — WCAG contrast
Aa
#af7c9c on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7c9c on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow10.9%
Key (black)31.4%
Color previews
#af7c9c text on a black background
contrast 6.19:1
Card sample
#af7c9c text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7c9c;
Background color
Panel with #af7c9c background
background-color: #af7c9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7c9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7c9c; background: linear-gradient(135deg, #af7c9c, #AF7E7C);