#ab4eb9
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 78, 185
HSL
292°, 43%, 52%
CMYK
8, 58, 0, 28
Luminance
0.1761
Every format
| HEX | #ab4eb9 |
| RGB | rgb(171, 78, 185) |
| HSL | hsl(292, 43%, 52%) |
| CMYK | cmyk(8%, 58%, 0%, 28%) |
| LAB | lab(49.0 53.5 -39.9) |
| LCH | lch(49.0 66.8 323.3) |
| OKLCH | oklch(0.583 0.181 322.2) |
Copy-ready code
/* CSS */
color: #ab4eb9;
background-color: #ab4eb9;
/* Tailwind (arbitrary) */
class="text-[#ab4eb9] bg-[#ab4eb9]"
/* SCSS */
$brand: #ab4eb9;
/* SwiftUI */
Color(red: 0.671, green: 0.306, blue: 0.725)
/* Android */
Color.parseColor("#ab4eb9")Accessibility — WCAG contrast
Aa
#ab4eb9 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4eb9 on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green30.6%
Blue72.5%
CMYK percentages
Cyan7.6%
Magenta57.8%
Yellow0.0%
Key (black)27.5%
Color previews
#ab4eb9 text on a black background
contrast 4.52:1
Card sample
#ab4eb9 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4eb9;
Background color
Panel with #ab4eb9 background
background-color: #ab4eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 78, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 78, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4eb9; background: linear-gradient(135deg, #ab4eb9, #B94E80);