#af5da1
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 93, 161
HSL
310°, 34%, 53%
CMYK
0, 47, 8, 31
Luminance
0.1952
Every format
| HEX | #af5da1 |
| RGB | rgb(175, 93, 161) |
| HSL | hsl(310, 34%, 53%) |
| CMYK | cmyk(0%, 47%, 8%, 31%) |
| LAB | lab(51.3 42.8 -22.3) |
| LCH | lch(51.3 48.2 332.5) |
| OKLCH | oklch(0.597 0.137 333.8) |
Copy-ready code
/* CSS */
color: #af5da1;
background-color: #af5da1;
/* Tailwind (arbitrary) */
class="text-[#af5da1] bg-[#af5da1]"
/* SCSS */
$brand: #af5da1;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.631)
/* Android */
Color.parseColor("#af5da1")Accessibility — WCAG contrast
Aa
#af5da1 on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5da1 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow8.0%
Key (black)31.4%
Color previews
#af5da1 text on a black background
contrast 4.90:1
Card sample
#af5da1 text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5da1;
Background color
Panel with #af5da1 background
background-color: #af5da1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5da1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5da1; background: linear-gradient(135deg, #af5da1, #AF5D6A);