#d47abf
a light, vivid magenta / pink · warm · closest name: plum
RGB
212, 122, 191
HSL
314°, 51%, 66%
CMYK
0, 43, 10, 17
Luminance
0.3168
Every format
| HEX | #d47abf |
| RGB | rgb(212, 122, 191) |
| HSL | hsl(314, 51%, 66%) |
| CMYK | cmyk(0%, 43%, 10%, 17%) |
| LAB | lab(63.1 44.5 -21.1) |
| LCH | lch(63.1 49.3 334.6) |
| OKLCH | oklch(0.700 0.141 336.2) |
Copy-ready code
/* CSS */
color: #d47abf;
background-color: #d47abf;
/* Tailwind (arbitrary) */
class="text-[#d47abf] bg-[#d47abf]"
/* SCSS */
$brand: #d47abf;
/* SwiftUI */
Color(red: 0.831, green: 0.478, blue: 0.749)
/* Android */
Color.parseColor("#d47abf")Accessibility — WCAG contrast
Aa
#d47abf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d47abf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green47.8%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow9.9%
Key (black)16.9%
Color previews
#d47abf text on a black background
contrast 7.34:1
Card sample
#d47abf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d47abf;
Background color
Panel with #d47abf background
background-color: #d47abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d47abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 122, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 122, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d47abf; background: linear-gradient(135deg, #d47abf, #D47A83);