#ad3fba
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
173, 63, 186
HSL
294°, 49%, 49%
CMYK
7, 66, 0, 27
Luminance
0.1598
Every format
| HEX | #ad3fba |
| RGB | rgb(173, 63, 186) |
| HSL | hsl(294, 49%, 49%) |
| CMYK | cmyk(7%, 66%, 0%, 27%) |
| LAB | lab(47.0 60.8 -43.7) |
| LCH | lch(47.0 74.9 324.3) |
| OKLCH | oklch(0.569 0.204 323.3) |
Copy-ready code
/* CSS */
color: #ad3fba;
background-color: #ad3fba;
/* Tailwind (arbitrary) */
class="text-[#ad3fba] bg-[#ad3fba]"
/* SCSS */
$brand: #ad3fba;
/* SwiftUI */
Color(red: 0.678, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#ad3fba")Accessibility — WCAG contrast
Aa
#ad3fba on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad3fba on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green24.7%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta66.1%
Yellow0.0%
Key (black)27.1%
Color previews
#ad3fba text on a black background
contrast 4.20:1
Card sample
#ad3fba text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad3fba;
Background color
Panel with #ad3fba background
background-color: #ad3fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad3fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad3fba; background: linear-gradient(135deg, #ad3fba, #BA3F75);