#af79b2
a balanced, soft magenta / pink · warm · closest name: plum
RGB
175, 121, 178
HSL
297°, 27%, 59%
CMYK
2, 32, 0, 30
Luminance
0.2600
Every format
| HEX | #af79b2 |
| RGB | rgb(175, 121, 178) |
| HSL | hsl(297, 27%, 59%) |
| CMYK | cmyk(2%, 32%, 0%, 30%) |
| LAB | lab(58.0 30.7 -21.8) |
| LCH | lch(58.0 37.6 324.6) |
| OKLCH | oklch(0.650 0.103 324.9) |
Copy-ready code
/* CSS */
color: #af79b2;
background-color: #af79b2;
/* Tailwind (arbitrary) */
class="text-[#af79b2] bg-[#af79b2]"
/* SCSS */
$brand: #af79b2;
/* SwiftUI */
Color(red: 0.686, green: 0.475, blue: 0.698)
/* Android */
Color.parseColor("#af79b2")Accessibility — WCAG contrast
Aa
#af79b2 on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af79b2 on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.5%
Blue69.8%
CMYK percentages
Cyan1.7%
Magenta32.0%
Yellow0.0%
Key (black)30.2%
Color previews
#af79b2 text on a black background
contrast 6.20:1
Card sample
#af79b2 text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af79b2;
Background color
Panel with #af79b2 background
background-color: #af79b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af79b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 121, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 121, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af79b2; background: linear-gradient(135deg, #af79b2, #B2798F);