#ad0fba
a dark, electric magenta / pink · warm · closest name: purple
RGB
173, 15, 186
HSL
295°, 85%, 39%
CMYK
7, 92, 0, 27
Luminance
0.1277
Every format
| HEX | #ad0fba |
| RGB | rgb(173, 15, 186) |
| HSL | hsl(295, 85%, 39%) |
| CMYK | cmyk(7%, 92%, 0%, 27%) |
| LAB | lab(42.4 73.9 -51.0) |
| LCH | lch(42.4 89.8 325.4) |
| OKLCH | oklch(0.537 0.245 324.4) |
Copy-ready code
/* CSS */
color: #ad0fba;
background-color: #ad0fba;
/* Tailwind (arbitrary) */
class="text-[#ad0fba] bg-[#ad0fba]"
/* SCSS */
$brand: #ad0fba;
/* SwiftUI */
Color(red: 0.678, green: 0.059, blue: 0.729)
/* Android */
Color.parseColor("#ad0fba")Accessibility — WCAG contrast
Aa
#ad0fba on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ad0fba on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green5.9%
Blue72.9%
CMYK percentages
Cyan7.0%
Magenta91.9%
Yellow0.0%
Key (black)27.1%
Color previews
#ad0fba text on a black background
contrast 3.55:1
Card sample
#ad0fba text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ad0fba;
Background color
Panel with #ad0fba background
background-color: #ad0fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ad0fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 15, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 15, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ad0fba; background: linear-gradient(135deg, #ad0fba, #BA0F55);