#ab438d
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
171, 67, 141
HSL
317°, 44%, 47%
CMYK
0, 61, 18, 33
Luminance
0.1460
Every format
| HEX | #ab438d |
| RGB | rgb(171, 67, 141) |
| HSL | hsl(317, 44%, 47%) |
| CMYK | cmyk(0%, 61%, 18%, 33%) |
| LAB | lab(45.1 51.0 -20.0) |
| LCH | lch(45.1 54.8 338.6) |
| OKLCH | oklch(0.547 0.161 340.5) |
Copy-ready code
/* CSS */
color: #ab438d;
background-color: #ab438d;
/* Tailwind (arbitrary) */
class="text-[#ab438d] bg-[#ab438d]"
/* SCSS */
$brand: #ab438d;
/* SwiftUI */
Color(red: 0.671, green: 0.263, blue: 0.553)
/* Android */
Color.parseColor("#ab438d")Accessibility — WCAG contrast
Aa
#ab438d on white: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab438d on black: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green26.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow17.5%
Key (black)32.9%
Color previews
#ab438d text on a black background
contrast 3.92:1
Card sample
#ab438d text on a white background
contrast 5.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab438d;
Background color
Panel with #ab438d background
background-color: #ab438d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab438d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 67, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 67, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab438d; background: linear-gradient(135deg, #ab438d, #AB4348);