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