#af5e9b
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 94, 155
HSL
315°, 34%, 53%
CMYK
0, 46, 11, 31
Luminance
0.1949
Every format
| HEX | #af5e9b |
| RGB | rgb(175, 94, 155) |
| HSL | hsl(315, 34%, 53%) |
| CMYK | cmyk(0%, 46%, 11%, 31%) |
| LAB | lab(51.3 41.2 -18.8) |
| LCH | lch(51.3 45.3 335.5) |
| OKLCH | oklch(0.596 0.130 337.1) |
Copy-ready code
/* CSS */
color: #af5e9b;
background-color: #af5e9b;
/* Tailwind (arbitrary) */
class="text-[#af5e9b] bg-[#af5e9b]"
/* SCSS */
$brand: #af5e9b;
/* SwiftUI */
Color(red: 0.686, green: 0.369, blue: 0.608)
/* Android */
Color.parseColor("#af5e9b")Accessibility — WCAG contrast
Aa
#af5e9b on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af5e9b on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow11.4%
Key (black)31.4%
Color previews
#af5e9b text on a black background
contrast 4.90:1
Card sample
#af5e9b text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5e9b;
Background color
Panel with #af5e9b background
background-color: #af5e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 94, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 94, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5e9b; background: linear-gradient(135deg, #af5e9b, #AF5E65);