#af4dba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
175, 77, 186
HSL
294°, 44%, 52%
CMYK
6, 59, 0, 27
Luminance
0.1797
Every format
| HEX | #af4dba |
| RGB | rgb(175, 77, 186) |
| HSL | hsl(294, 44%, 52%) |
| CMYK | cmyk(6%, 59%, 0%, 27%) |
| LAB | lab(49.5 55.2 -39.8) |
| LCH | lch(49.5 68.0 324.2) |
| OKLCH | oklch(0.588 0.185 323.5) |
Copy-ready code
/* CSS */
color: #af4dba;
background-color: #af4dba;
/* Tailwind (arbitrary) */
class="text-[#af4dba] bg-[#af4dba]"
/* SCSS */
$brand: #af4dba;
/* SwiftUI */
Color(red: 0.686, green: 0.302, blue: 0.729)
/* Android */
Color.parseColor("#af4dba")Accessibility — WCAG contrast
Aa
#af4dba on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4dba on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green30.2%
Blue72.9%
CMYK percentages
Cyan5.9%
Magenta58.6%
Yellow0.0%
Key (black)27.1%
Color previews
#af4dba text on a black background
contrast 4.59:1
Card sample
#af4dba text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4dba;
Background color
Panel with #af4dba background
background-color: #af4dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 77, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 77, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4dba; background: linear-gradient(135deg, #af4dba, #BA4D7D);