#af5eba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 94, 186
HSL
293°, 40%, 55%
CMYK
6, 50, 0, 27
Luminance
0.2066
Every format
| HEX | #af5eba |
| RGB | rgb(175, 94, 186) |
| HSL | hsl(293, 40%, 55%) |
| CMYK | cmyk(6%, 50%, 0%, 27%) |
| LAB | lab(52.6 46.9 -34.8) |
| LCH | lch(52.6 58.4 323.4) |
| OKLCH | oklch(0.611 0.159 322.7) |
Copy-ready code
/* CSS */
color: #af5eba;
background-color: #af5eba;
/* Tailwind (arbitrary) */
class="text-[#af5eba] bg-[#af5eba]"
/* SCSS */
$brand: #af5eba;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.729)
/* Android */
Color.parseColor("#af5eba")Accessibility — WCAG contrast
Aa
#af5eba on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5eba on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta49.5%
Yellow0.0%
Key (black)27.1%
Color previews
#af5eba text on a black background
contrast 5.13:1
Card sample
#af5eba text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5eba;
Background color
Panel with #af5eba background
background-color: #af5eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5eba; background: linear-gradient(135deg, #af5eba, #BA5E88);