#af5994
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 89, 148
HSL
319°, 35%, 52%
CMYK
0, 49, 15, 31
Luminance
0.1840
Every format
| HEX | #af5994 |
| RGB | rgb(175, 89, 148) |
| HSL | hsl(319, 35%, 52%) |
| CMYK | cmyk(0%, 49%, 15%, 31%) |
| LAB | lab(50.0 42.7 -16.6) |
| LCH | lch(50.0 45.8 338.7) |
| OKLCH | oklch(0.586 0.133 340.5) |
Copy-ready code
/* CSS */
color: #af5994;
background-color: #af5994;
/* Tailwind (arbitrary) */
class="text-[#af5994] bg-[#af5994]"
/* SCSS */
$brand: #af5994;
/* SwiftUI */
Color(red: 0.686, green: 0.349, blue: 0.580)
/* Android */
Color.parseColor("#af5994")Accessibility — WCAG contrast
Aa
#af5994 on white: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5994 on black: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.9%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta49.1%
Yellow15.4%
Key (black)31.4%
Color previews
#af5994 text on a black background
contrast 4.68:1
Card sample
#af5994 text on a white background
contrast 4.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5994;
Background color
Panel with #af5994 background
background-color: #af5994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 89, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 89, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5994; background: linear-gradient(135deg, #af5994, #AF595B);