#d48fd2
a light, soft magenta / pink · warm · closest name: plum
RGB
212, 143, 210
HSL
302°, 45%, 70%
CMYK
0, 33, 1, 17
Luminance
0.3830
Every format
| HEX | #d48fd2 |
| RGB | rgb(212, 143, 210) |
| HSL | hsl(302, 45%, 70%) |
| CMYK | cmyk(0%, 33%, 1%, 17%) |
| LAB | lab(68.2 36.7 -23.8) |
| LCH | lch(68.2 43.8 327.0) |
| OKLCH | oklch(0.741 0.121 327.7) |
Copy-ready code
/* CSS */
color: #d48fd2;
background-color: #d48fd2;
/* Tailwind (arbitrary) */
class="text-[#d48fd2] bg-[#d48fd2]"
/* SCSS */
$brand: #d48fd2;
/* SwiftUI */
Color(red: 0.831, green: 0.561, blue: 0.824)
/* Android */
Color.parseColor("#d48fd2")Accessibility — WCAG contrast
Aa
#d48fd2 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d48fd2 on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green56.1%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow0.9%
Key (black)16.9%
Color previews
#d48fd2 text on a black background
contrast 8.66:1
Card sample
#d48fd2 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d48fd2;
Background color
Panel with #d48fd2 background
background-color: #d48fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d48fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 143, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 143, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d48fd2; background: linear-gradient(135deg, #d48fd2, #D48FA4);