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