#ab5fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 95, 186
HSL
290°, 40%, 55%
CMYK
8, 49, 0, 27
Luminance
0.2039
Every format
| HEX | #ab5fba |
| RGB | rgb(171, 95, 186) |
| HSL | hsl(290, 40%, 55%) |
| CMYK | cmyk(8%, 49%, 0%, 27%) |
| LAB | lab(52.3 45.2 -35.4) |
| LCH | lch(52.3 57.4 322.0) |
| OKLCH | oklch(0.607 0.155 320.8) |
Copy-ready code
/* CSS */
color: #ab5fba;
background-color: #ab5fba;
/* Tailwind (arbitrary) */
class="text-[#ab5fba] bg-[#ab5fba]"
/* SCSS */
$brand: #ab5fba;
/* SwiftUI */
Color(red: 0.671, green: 0.373, blue: 0.729)
/* Android */
Color.parseColor("#ab5fba")Accessibility — WCAG contrast
Aa
#ab5fba on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab5fba on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green37.3%
Blue72.9%
CMYK percentages
Cyan8.1%
Magenta48.9%
Yellow0.0%
Key (black)27.1%
Color previews
#ab5fba text on a black background
contrast 5.08:1
Card sample
#ab5fba text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab5fba;
Background color
Panel with #ab5fba background
background-color: #ab5fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab5fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 95, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 95, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab5fba; background: linear-gradient(135deg, #ab5fba, #BA5F8C);