#c49fc2
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 159, 194
HSL
303°, 24%, 70%
CMYK
0, 19, 1, 23
Luminance
0.4043
Every format
| HEX | #c49fc2 |
| RGB | rgb(196, 159, 194) |
| HSL | hsl(303, 24%, 70%) |
| CMYK | cmyk(0%, 19%, 1%, 23%) |
| LAB | lab(69.8 19.7 -12.8) |
| LCH | lch(69.8 23.5 327.0) |
| OKLCH | oklch(0.747 0.065 327.9) |
Copy-ready code
/* CSS */
color: #c49fc2;
background-color: #c49fc2;
/* Tailwind (arbitrary) */
class="text-[#c49fc2] bg-[#c49fc2]"
/* SCSS */
$brand: #c49fc2;
/* SwiftUI */
Color(red: 0.769, green: 0.624, blue: 0.761)
/* Android */
Color.parseColor("#c49fc2")Accessibility — WCAG contrast
Aa
#c49fc2 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49fc2 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green62.4%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow1.0%
Key (black)23.1%
Color previews
#c49fc2 text on a black background
contrast 9.09:1
Card sample
#c49fc2 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49fc2;
Background color
Panel with #c49fc2 background
background-color: #c49fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 159, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 159, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49fc2; background: linear-gradient(135deg, #c49fc2, #C49FA9);