#af5392
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 83, 146
HSL
319°, 37%, 51%
CMYK
0, 53, 17, 31
Luminance
0.1738
Every format
| HEX | #af5392 |
| RGB | rgb(175, 83, 146) |
| HSL | hsl(319, 37%, 51%) |
| CMYK | cmyk(0%, 53%, 17%, 31%) |
| LAB | lab(48.7 45.4 -17.3) |
| LCH | lch(48.7 48.6 339.1) |
| OKLCH | oklch(0.576 0.142 340.9) |
Copy-ready code
/* CSS */
color: #af5392;
background-color: #af5392;
/* Tailwind (arbitrary) */
class="text-[#af5392] bg-[#af5392]"
/* SCSS */
$brand: #af5392;
/* SwiftUI */
Color(red: 0.686, green: 0.325, blue: 0.573)
/* Android */
Color.parseColor("#af5392")Accessibility — WCAG contrast
Aa
#af5392 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5392 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta52.6%
Yellow16.6%
Key (black)31.4%
Color previews
#af5392 text on a black background
contrast 4.48:1
Card sample
#af5392 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5392;
Background color
Panel with #af5392 background
background-color: #af5392;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5392;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 83, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 83, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5392; background: linear-gradient(135deg, #af5392, #AF5355);