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