#af558c
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 85, 140
HSL
323°, 36%, 51%
CMYK
0, 51, 20, 31
Luminance
0.1750
Every format
| HEX | #af558c |
| RGB | rgb(175, 85, 140) |
| HSL | hsl(323, 36%, 51%) |
| CMYK | cmyk(0%, 51%, 20%, 31%) |
| LAB | lab(48.9 43.5 -13.5) |
| LCH | lch(48.9 45.5 342.7) |
| OKLCH | oklch(0.577 0.134 344.6) |
Copy-ready code
/* CSS */
color: #af558c;
background-color: #af558c;
/* Tailwind (arbitrary) */
class="text-[#af558c] bg-[#af558c]"
/* SCSS */
$brand: #af558c;
/* SwiftUI */
Color(red: 0.686, green: 0.333, blue: 0.549)
/* Android */
Color.parseColor("#af558c")Accessibility — WCAG contrast
Aa
#af558c on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af558c on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green33.3%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow20.0%
Key (black)31.4%
Color previews
#af558c text on a black background
contrast 4.50:1
Card sample
#af558c text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af558c;
Background color
Panel with #af558c background
background-color: #af558c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af558c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 85, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 85, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af558c; background: linear-gradient(135deg, #af558c, #AF5A55);