#af78af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 120, 175
HSL
300°, 26%, 58%
CMYK
0, 31, 0, 31
Luminance
0.2564
Every format
| HEX | #af78af |
| RGB | rgb(175, 120, 175) |
| HSL | hsl(300, 26%, 58%) |
| CMYK | cmyk(0%, 31%, 0%, 31%) |
| LAB | lab(57.7 30.7 -20.6) |
| LCH | lch(57.7 36.9 326.1) |
| OKLCH | oklch(0.647 0.102 326.7) |
Copy-ready code
/* CSS */
color: #af78af;
background-color: #af78af;
/* Tailwind (arbitrary) */
class="text-[#af78af] bg-[#af78af]"
/* SCSS */
$brand: #af78af;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.686)
/* Android */
Color.parseColor("#af78af")Accessibility — WCAG contrast
Aa
#af78af on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af78af on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow0.0%
Key (black)31.4%
Color previews
#af78af text on a black background
contrast 6.13:1
Card sample
#af78af text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af78af;
Background color
Panel with #af78af background
background-color: #af78af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af78af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af78af; background: linear-gradient(135deg, #af78af, #AF788A);