#af5490
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 84, 144
HSL
320°, 36%, 51%
CMYK
0, 52, 18, 31
Luminance
0.1747
Every format
| HEX | #af5490 |
| RGB | rgb(175, 84, 144) |
| HSL | hsl(320, 36%, 51%) |
| CMYK | cmyk(0%, 52%, 18%, 31%) |
| LAB | lab(48.9 44.6 -16.0) |
| LCH | lch(48.9 47.4 340.3) |
| OKLCH | oklch(0.577 0.139 342.2) |
Copy-ready code
/* CSS */
color: #af5490;
background-color: #af5490;
/* Tailwind (arbitrary) */
class="text-[#af5490] bg-[#af5490]"
/* SCSS */
$brand: #af5490;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.565)
/* Android */
Color.parseColor("#af5490")Accessibility — WCAG contrast
Aa
#af5490 on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5490 on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow17.7%
Key (black)31.4%
Color previews
#af5490 text on a black background
contrast 4.49:1
Card sample
#af5490 text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5490;
Background color
Panel with #af5490 background
background-color: #af5490;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5490;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5490; background: linear-gradient(135deg, #af5490, #AF5554);