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