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