#c48cb2
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 140, 178
HSL
319°, 32%, 66%
CMYK
0, 29, 9, 23
Luminance
0.3371
Every format
| HEX | #c48cb2 |
| RGB | rgb(196, 140, 178) |
| HSL | hsl(319, 32%, 66%) |
| CMYK | cmyk(0%, 29%, 9%, 23%) |
| LAB | lab(64.7 27.3 -11.4) |
| LCH | lch(64.7 29.6 337.3) |
| OKLCH | oklch(0.707 0.085 339.0) |
Copy-ready code
/* CSS */
color: #c48cb2;
background-color: #c48cb2;
/* Tailwind (arbitrary) */
class="text-[#c48cb2] bg-[#c48cb2]"
/* SCSS */
$brand: #c48cb2;
/* SwiftUI */
Color(red: 0.769, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#c48cb2")Accessibility — WCAG contrast
Aa
#c48cb2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c48cb2 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green54.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow9.2%
Key (black)23.1%
Color previews
#c48cb2 text on a black background
contrast 7.74:1
Card sample
#c48cb2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c48cb2;
Background color
Panel with #c48cb2 background
background-color: #c48cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c48cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c48cb2; background: linear-gradient(135deg, #c48cb2, #C48C8D);