#af739b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 115, 155
HSL
320°, 27%, 57%
CMYK
0, 34, 11, 31
Luminance
0.2374
Every format
| HEX | #af739b |
| RGB | rgb(175, 115, 155) |
| HSL | hsl(320, 27%, 57%) |
| CMYK | cmyk(0%, 34%, 11%, 31%) |
| LAB | lab(55.8 29.8 -11.9) |
| LCH | lch(55.8 32.1 338.3) |
| OKLCH | oklch(0.631 0.092 340.0) |
Copy-ready code
/* CSS */
color: #af739b;
background-color: #af739b;
/* Tailwind (arbitrary) */
class="text-[#af739b] bg-[#af739b]"
/* SCSS */
$brand: #af739b;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.608)
/* Android */
Color.parseColor("#af739b")Accessibility — WCAG contrast
Aa
#af739b on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af739b on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow11.4%
Key (black)31.4%
Color previews
#af739b text on a black background
contrast 5.75:1
Card sample
#af739b text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af739b;
Background color
Panel with #af739b background
background-color: #af739b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af739b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af739b; background: linear-gradient(135deg, #af739b, #AF7373);