#af5f9d
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 95, 157
HSL
314°, 33%, 53%
CMYK
0, 46, 10, 31
Luminance
0.1973
Every format
| HEX | #af5f9d |
| RGB | rgb(175, 95, 157) |
| HSL | hsl(314, 33%, 53%) |
| CMYK | cmyk(0%, 46%, 10%, 31%) |
| LAB | lab(51.5 41.0 -19.6) |
| LCH | lch(51.5 45.4 334.5) |
| OKLCH | oklch(0.599 0.130 336.1) |
Copy-ready code
/* CSS */
color: #af5f9d;
background-color: #af5f9d;
/* Tailwind (arbitrary) */
class="text-[#af5f9d] bg-[#af5f9d]"
/* SCSS */
$brand: #af5f9d;
/* SwiftUI */
Color(red: 0.686, green: 0.373, blue: 0.616)
/* Android */
Color.parseColor("#af5f9d")Accessibility — WCAG contrast
Aa
#af5f9d on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5f9d on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow10.3%
Key (black)31.4%
Color previews
#af5f9d text on a black background
contrast 4.95:1
Card sample
#af5f9d text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5f9d;
Background color
Panel with #af5f9d background
background-color: #af5f9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5f9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 95, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 95, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5f9d; background: linear-gradient(135deg, #af5f9d, #AF5F68);