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