#af49af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 73, 175
HSL
300°, 41%, 49%
CMYK
0, 58, 0, 31
Luminance
0.1697
Every format
| HEX | #af49af |
| RGB | rgb(175, 73, 175) |
| HSL | hsl(300, 41%, 49%) |
| CMYK | cmyk(0%, 58%, 0%, 31%) |
| LAB | lab(48.2 55.0 -35.3) |
| LCH | lch(48.2 65.4 327.4) |
| OKLCH | oklch(0.577 0.181 327.6) |
Copy-ready code
/* CSS */
color: #af49af;
background-color: #af49af;
/* Tailwind (arbitrary) */
class="text-[#af49af] bg-[#af49af]"
/* SCSS */
$brand: #af49af;
/* SwiftUI */
Color(red: 0.686, green: 0.286, blue: 0.686)
/* Android */
Color.parseColor("#af49af")Accessibility — WCAG contrast
Aa
#af49af on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af49af on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green28.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow0.0%
Key (black)31.4%
Color previews
#af49af text on a black background
contrast 4.39:1
Card sample
#af49af text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af49af;
Background color
Panel with #af49af background
background-color: #af49af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af49af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 73, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 73, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af49af; background: linear-gradient(135deg, #af49af, #AF496B);