#ab4dbb
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 77, 187
HSL
291°, 45%, 52%
CMYK
9, 59, 0, 27
Luminance
0.1755
Every format
| HEX | #ab4dbb |
| RGB | rgb(171, 77, 187) |
| HSL | hsl(291, 45%, 52%) |
| CMYK | cmyk(9%, 59%, 0%, 27%) |
| LAB | lab(49.0 54.4 -41.2) |
| LCH | lch(49.0 68.2 322.9) |
| OKLCH | oklch(0.583 0.184 321.6) |
Copy-ready code
/* CSS */
color: #ab4dbb;
background-color: #ab4dbb;
/* Tailwind (arbitrary) */
class="text-[#ab4dbb] bg-[#ab4dbb]"
/* SCSS */
$brand: #ab4dbb;
/* SwiftUI */
Color(red: 0.671, green: 0.302, blue: 0.733)
/* Android */
Color.parseColor("#ab4dbb")Accessibility — WCAG contrast
Aa
#ab4dbb on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4dbb on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green30.2%
Blue73.3%
CMYK percentages
Cyan8.6%
Magenta58.8%
Yellow0.0%
Key (black)26.7%
Color previews
#ab4dbb text on a black background
contrast 4.51:1
Card sample
#ab4dbb text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4dbb;
Background color
Panel with #ab4dbb background
background-color: #ab4dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 77, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 77, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4dbb; background: linear-gradient(135deg, #ab4dbb, #BB4D82);