#af559d
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 85, 157
HSL
312°, 36%, 51%
CMYK
0, 51, 10, 31
Luminance
0.1805
Every format
| HEX | #af559d |
| RGB | rgb(175, 85, 157) |
| HSL | hsl(312, 36%, 51%) |
| CMYK | cmyk(0%, 51%, 10%, 31%) |
| LAB | lab(49.5 46.2 -22.6) |
| LCH | lch(49.5 51.4 333.9) |
| OKLCH | oklch(0.584 0.147 335.4) |
Copy-ready code
/* CSS */
color: #af559d;
background-color: #af559d;
/* Tailwind (arbitrary) */
class="text-[#af559d] bg-[#af559d]"
/* SCSS */
$brand: #af559d;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.616)
/* Android */
Color.parseColor("#af559d")Accessibility — WCAG contrast
Aa
#af559d on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af559d on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow10.3%
Key (black)31.4%
Color previews
#af559d text on a black background
contrast 4.61:1
Card sample
#af559d text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af559d;
Background color
Panel with #af559d background
background-color: #af559d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af559d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af559d; background: linear-gradient(135deg, #af559d, #AF5561);