#af5397
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 83, 151
HSL
316°, 37%, 51%
CMYK
0, 53, 14, 31
Luminance
0.1753
Every format
| HEX | #af5397 |
| RGB | rgb(175, 83, 151) |
| HSL | hsl(316, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 14%, 31%) |
| LAB | lab(48.9 46.2 -20.0) |
| LCH | lch(48.9 50.3 336.6) |
| OKLCH | oklch(0.579 0.146 338.3) |
Copy-ready code
/* CSS */
color: #af5397;
background-color: #af5397;
/* Tailwind (arbitrary) */
class="text-[#af5397] bg-[#af5397]"
/* SCSS */
$brand: #af5397;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.592)
/* Android */
Color.parseColor("#af5397")Accessibility — WCAG contrast
Aa
#af5397 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5397 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow13.7%
Key (black)31.4%
Color previews
#af5397 text on a black background
contrast 4.51:1
Card sample
#af5397 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5397;
Background color
Panel with #af5397 background
background-color: #af5397;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5397;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5397; background: linear-gradient(135deg, #af5397, #AF535A);