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