#af4eab
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 78, 171
HSL
303°, 38%, 50%
CMYK
0, 55, 2, 31
Luminance
0.1750
Every format
| HEX | #af4eab |
| RGB | rgb(175, 78, 171) |
| HSL | hsl(303, 38%, 50%) |
| CMYK | cmyk(0%, 55%, 2%, 31%) |
| LAB | lab(48.9 52.0 -31.9) |
| LCH | lch(48.9 61.0 328.5) |
| OKLCH | oklch(0.581 0.170 329.1) |
Copy-ready code
/* CSS */
color: #af4eab;
background-color: #af4eab;
/* Tailwind (arbitrary) */
class="text-[#af4eab] bg-[#af4eab]"
/* SCSS */
$brand: #af4eab;
/* SwiftUI */
Color(red: 0.686, green: 0.306, blue: 0.671)
/* Android */
Color.parseColor("#af4eab")Accessibility — WCAG contrast
Aa
#af4eab on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4eab on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow2.3%
Key (black)31.4%
Color previews
#af4eab text on a black background
contrast 4.50:1
Card sample
#af4eab text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4eab;
Background color
Panel with #af4eab background
background-color: #af4eab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4eab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 78, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 78, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4eab; background: linear-gradient(135deg, #af4eab, #AF4E6A);