#af5191
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 81, 145
HSL
319°, 37%, 50%
CMYK
0, 54, 17, 31
Luminance
0.1704
Every format
| HEX | #af5191 |
| RGB | rgb(175, 81, 145) |
| HSL | hsl(319, 37%, 50%) |
| CMYK | cmyk(0%, 54%, 17%, 31%) |
| LAB | lab(48.3 46.2 -17.4) |
| LCH | lch(48.3 49.4 339.4) |
| OKLCH | oklch(0.573 0.144 341.3) |
Copy-ready code
/* CSS */
color: #af5191;
background-color: #af5191;
/* Tailwind (arbitrary) */
class="text-[#af5191] bg-[#af5191]"
/* SCSS */
$brand: #af5191;
/* SwiftUI */
Color(red: 0.686, green: 0.318, blue: 0.569)
/* Android */
Color.parseColor("#af5191")Accessibility — WCAG contrast
Aa
#af5191 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5191 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.8%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow17.1%
Key (black)31.4%
Color previews
#af5191 text on a black background
contrast 4.41:1
Card sample
#af5191 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5191;
Background color
Panel with #af5191 background
background-color: #af5191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 81, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 81, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5191; background: linear-gradient(135deg, #af5191, #AF5152);