#af6eba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 110, 186
HSL
291°, 36%, 58%
CMYK
6, 41, 0, 27
Luminance
0.2381
Every format
| HEX | #af6eba |
| RGB | rgb(175, 110, 186) |
| HSL | hsl(291, 36%, 58%) |
| CMYK | cmyk(6%, 41%, 0%, 27%) |
| LAB | lab(55.9 38.4 -29.7) |
| LCH | lch(55.9 48.5 322.3) |
| OKLCH | oklch(0.635 0.131 321.6) |
Copy-ready code
/* CSS */
color: #af6eba;
background-color: #af6eba;
/* Tailwind (arbitrary) */
class="text-[#af6eba] bg-[#af6eba]"
/* SCSS */
$brand: #af6eba;
/* SwiftUI */
Color(red: 0.686, green: 0.431, blue: 0.729)
/* Android */
Color.parseColor("#af6eba")Accessibility — WCAG contrast
Aa
#af6eba on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6eba on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green43.1%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta40.9%
Yellow0.0%
Key (black)27.1%
Color previews
#af6eba text on a black background
contrast 5.76:1
Card sample
#af6eba text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6eba;
Background color
Panel with #af6eba background
background-color: #af6eba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6eba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 110, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 110, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6eba; background: linear-gradient(135deg, #af6eba, #BA6E92);