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