#c484cf
a light, soft magenta / pink · warm · closest name: plum
RGB
196, 132, 207
HSL
291°, 44%, 67%
CMYK
5, 36, 0, 19
Luminance
0.3274
Every format
| HEX | #c484cf |
| RGB | rgb(196, 132, 207) |
| HSL | hsl(291, 44%, 67%) |
| CMYK | cmyk(5%, 36%, 0%, 19%) |
| LAB | lab(64.0 37.0 -28.9) |
| LCH | lch(64.0 47.0 322.0) |
| OKLCH | oklch(0.704 0.127 321.5) |
Copy-ready code
/* CSS */
color: #c484cf;
background-color: #c484cf;
/* Tailwind (arbitrary) */
class="text-[#c484cf] bg-[#c484cf]"
/* SCSS */
$brand: #c484cf;
/* SwiftUI */
Color(red: 0.769, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#c484cf")Accessibility — WCAG contrast
Aa
#c484cf on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c484cf on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green51.8%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta36.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c484cf text on a black background
contrast 7.55:1
Card sample
#c484cf text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c484cf;
Background color
Panel with #c484cf background
background-color: #c484cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c484cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c484cf; background: linear-gradient(135deg, #c484cf, #CF84A8);