#d57abf
a light, vivid magenta / pink · warm · closest name: plum
RGB
213, 122, 191
HSL
315°, 52%, 66%
CMYK
0, 43, 10, 17
Luminance
0.3183
Every format
| HEX | #d57abf |
| RGB | rgb(213, 122, 191) |
| HSL | hsl(315, 52%, 66%) |
| CMYK | cmyk(0%, 43%, 10%, 17%) |
| LAB | lab(63.2 44.8 -20.9) |
| LCH | lch(63.2 49.5 335.0) |
| OKLCH | oklch(0.701 0.141 336.6) |
Copy-ready code
/* CSS */
color: #d57abf;
background-color: #d57abf;
/* Tailwind (arbitrary) */
class="text-[#d57abf] bg-[#d57abf]"
/* SCSS */
$brand: #d57abf;
/* SwiftUI */
Color(red: 0.835, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#d57abf")Accessibility — WCAG contrast
Aa
#d57abf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d57abf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow10.3%
Key (black)16.5%
Color previews
#d57abf text on a black background
contrast 7.37:1
Card sample
#d57abf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d57abf;
Background color
Panel with #d57abf background
background-color: #d57abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d57abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d57abf; background: linear-gradient(135deg, #d57abf, #D57A82);