#af7cb2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 124, 178
HSL
297°, 26%, 59%
CMYK
2, 30, 0, 30
Luminance
0.2674
Every format
| HEX | #af7cb2 |
| RGB | rgb(175, 124, 178) |
| HSL | hsl(297, 26%, 59%) |
| CMYK | cmyk(2%, 30%, 0%, 30%) |
| LAB | lab(58.7 29.0 -20.7) |
| LCH | lch(58.7 35.6 324.5) |
| OKLCH | oklch(0.656 0.097 324.7) |
Copy-ready code
/* CSS */
color: #af7cb2;
background-color: #af7cb2;
/* Tailwind (arbitrary) */
class="text-[#af7cb2] bg-[#af7cb2]"
/* SCSS */
$brand: #af7cb2;
/* SwiftUI */
Color(red: 0.686, green: 0.486, blue: 0.698)
/* Android */
Color.parseColor("#af7cb2")Accessibility — WCAG contrast
Aa
#af7cb2 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7cb2 on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green48.6%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta30.3%
Yellow0.0%
Key (black)30.2%
Color previews
#af7cb2 text on a black background
contrast 6.35:1
Card sample
#af7cb2 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7cb2;
Background color
Panel with #af7cb2 background
background-color: #af7cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 124, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 124, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7cb2; background: linear-gradient(135deg, #af7cb2, #B27C91);