#c480cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
196, 128, 207
HSL
292°, 45%, 66%
CMYK
5, 38, 0, 19
Luminance
0.3168
Every format
| HEX | #c480cf |
| RGB | rgb(196, 128, 207) |
| HSL | hsl(292, 45%, 66%) |
| CMYK | cmyk(5%, 38%, 0%, 19%) |
| LAB | lab(63.1 39.2 -30.3) |
| LCH | lch(63.1 49.5 322.3) |
| OKLCH | oklch(0.698 0.134 321.8) |
Copy-ready code
/* CSS */
color: #c480cf;
background-color: #c480cf;
/* Tailwind (arbitrary) */
class="text-[#c480cf] bg-[#c480cf]"
/* SCSS */
$brand: #c480cf;
/* SwiftUI */
Color(red: 0.769, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#c480cf")Accessibility — WCAG contrast
Aa
#c480cf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c480cf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green50.2%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta38.2%
Yellow0.0%
Key (black)18.8%
Color previews
#c480cf text on a black background
contrast 7.34:1
Card sample
#c480cf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c480cf;
Background color
Panel with #c480cf background
background-color: #c480cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c480cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c480cf; background: linear-gradient(135deg, #c480cf, #CF80A5);