#af7cac
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 124, 172
HSL
304°, 24%, 59%
CMYK
0, 29, 2, 31
Luminance
0.2651
Every format
| HEX | #af7cac |
| RGB | rgb(175, 124, 172) |
| HSL | hsl(304, 24%, 59%) |
| CMYK | cmyk(0%, 29%, 2%, 31%) |
| LAB | lab(58.5 27.8 -17.6) |
| LCH | lch(58.5 32.9 327.7) |
| OKLCH | oklch(0.653 0.091 328.6) |
Copy-ready code
/* CSS */
color: #af7cac;
background-color: #af7cac;
/* Tailwind (arbitrary) */
class="text-[#af7cac] bg-[#af7cac]"
/* SCSS */
$brand: #af7cac;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.675)
/* Android */
Color.parseColor("#af7cac")Accessibility — WCAG contrast
Aa
#af7cac on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cac on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta29.1%
Yellow1.7%
Key (black)31.4%
Color previews
#af7cac text on a black background
contrast 6.30:1
Card sample
#af7cac text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cac;
Background color
Panel with #af7cac background
background-color: #af7cac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cac; background: linear-gradient(135deg, #af7cac, #AF7C8A);