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