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