#ab4da2
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 77, 162
HSL
306°, 38%, 49%
CMYK
0, 55, 5, 33
Luminance
0.1657
Every format
| HEX | #ab4da2 |
| RGB | rgb(171, 77, 162) |
| HSL | hsl(306, 38%, 49%) |
| CMYK | cmyk(0%, 55%, 5%, 33%) |
| LAB | lab(47.7 49.8 -28.4) |
| LCH | lch(47.7 57.3 330.3) |
| OKLCH | oklch(0.570 0.162 331.2) |
Copy-ready code
/* CSS */
color: #ab4da2;
background-color: #ab4da2;
/* Tailwind (arbitrary) */
class="text-[#ab4da2] bg-[#ab4da2]"
/* SCSS */
$brand: #ab4da2;
/* SwiftUI */
Color(red: 0.671, green: 0.302, blue: 0.635)
/* Android */
Color.parseColor("#ab4da2")Accessibility — WCAG contrast
Aa
#ab4da2 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab4da2 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green30.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow5.3%
Key (black)32.9%
Color previews
#ab4da2 text on a black background
contrast 4.31:1
Card sample
#ab4da2 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab4da2;
Background color
Panel with #ab4da2 background
background-color: #ab4da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab4da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 77, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 77, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab4da2; background: linear-gradient(135deg, #ab4da2, #AB4D63);