#af7cb1
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 124, 177
HSL
298°, 25%, 59%
CMYK
1, 30, 0, 31
Luminance
0.2670
Every format
| HEX | #af7cb1 |
| RGB | rgb(175, 124, 177) |
| HSL | hsl(298, 25%, 59%) |
| CMYK | cmyk(1%, 30%, 0%, 31%) |
| LAB | lab(58.7 28.8 -20.2) |
| LCH | lch(58.7 35.2 325.0) |
| OKLCH | oklch(0.655 0.096 325.3) |
Copy-ready code
/* CSS */
color: #af7cb1;
background-color: #af7cb1;
/* Tailwind (arbitrary) */
class="text-[#af7cb1] bg-[#af7cb1]"
/* SCSS */
$brand: #af7cb1;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.694)
/* Android */
Color.parseColor("#af7cb1")Accessibility — WCAG contrast
Aa
#af7cb1 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cb1 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue69.4%
CMYK percentages
Cyan1.1%
Magenta29.9%
Yellow0.0%
Key (black)30.6%
Color previews
#af7cb1 text on a black background
contrast 6.34:1
Card sample
#af7cb1 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cb1;
Background color
Panel with #af7cb1 background
background-color: #af7cb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cb1; background: linear-gradient(135deg, #af7cb1, #B17C90);