#af5d9c
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 156
HSL
314°, 34%, 53%
CMYK
0, 47, 11, 31
Luminance
0.1934
Every format
| HEX | #af5d9c |
| RGB | rgb(175, 93, 156) |
| HSL | hsl(314, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 11%, 31%) |
| LAB | lab(51.1 41.9 -19.6) |
| LCH | lch(51.1 46.3 334.9) |
| OKLCH | oklch(0.595 0.133 336.5) |
Copy-ready code
/* CSS */
color: #af5d9c;
background-color: #af5d9c;
/* Tailwind (arbitrary) */
class="text-[#af5d9c] bg-[#af5d9c]"
/* SCSS */
$brand: #af5d9c;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.612)
/* Android */
Color.parseColor("#af5d9c")Accessibility — WCAG contrast
Aa
#af5d9c on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5d9c on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow10.9%
Key (black)31.4%
Color previews
#af5d9c text on a black background
contrast 4.87:1
Card sample
#af5d9c text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5d9c;
Background color
Panel with #af5d9c background
background-color: #af5d9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5d9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5d9c; background: linear-gradient(135deg, #af5d9c, #AF5D65);