#ab61ab
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 97, 171
HSL
300°, 31%, 53%
CMYK
0, 43, 0, 33
Luminance
0.2015
Every format
| HEX | #ab61ab |
| RGB | rgb(171, 97, 171) |
| HSL | hsl(300, 31%, 53%) |
| CMYK | cmyk(0%, 43%, 0%, 33%) |
| LAB | lab(52.0 41.2 -27.1) |
| LCH | lch(52.0 49.3 326.7) |
| OKLCH | oklch(0.603 0.136 327.1) |
Copy-ready code
/* CSS */
color: #ab61ab;
background-color: #ab61ab;
/* Tailwind (arbitrary) */
class="text-[#ab61ab] bg-[#ab61ab]"
/* SCSS */
$brand: #ab61ab;
/* SwiftUI */
Color(red: 0.671, green: 0.380, blue: 0.671)
/* Android */
Color.parseColor("#ab61ab")Accessibility — WCAG contrast
Aa
#ab61ab on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ab61ab on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green38.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta43.3%
Yellow0.0%
Key (black)32.9%
Color previews
#ab61ab text on a black background
contrast 5.03:1
Card sample
#ab61ab text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab61ab;
Background color
Panel with #ab61ab background
background-color: #ab61ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab61ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 97, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 97, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab61ab; background: linear-gradient(135deg, #ab61ab, #AB617A);