#af708b
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 112, 139
HSL
334°, 28%, 56%
CMYK
0, 36, 21, 31
Luminance
0.2257
Every format
| HEX | #af708b |
| RGB | rgb(175, 112, 139) |
| HSL | hsl(334, 28%, 56%) |
| CMYK | cmyk(0%, 36%, 21%, 31%) |
| LAB | lab(54.6 28.8 -4.3) |
| LCH | lch(54.6 29.1 351.4) |
| OKLCH | oklch(0.620 0.087 352.6) |
Copy-ready code
/* CSS */
color: #af708b;
background-color: #af708b;
/* Tailwind (arbitrary) */
class="text-[#af708b] bg-[#af708b]"
/* SCSS */
$brand: #af708b;
/* SwiftUI */
Color(red: 0.686, green: 0.439, blue: 0.545)
/* Android */
Color.parseColor("#af708b")Accessibility — WCAG contrast
Aa
#af708b on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af708b on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.9%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow20.6%
Key (black)31.4%
Color previews
#af708b text on a black background
contrast 5.51:1
Card sample
#af708b text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af708b;
Background color
Panel with #af708b background
background-color: #af708b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af708b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 112, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 112, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af708b; background: linear-gradient(135deg, #af708b, #AF7F70);