#c883cf
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 131, 207
HSL
295°, 44%, 66%
CMYK
3, 37, 0, 19
Luminance
0.3302
Every format
| HEX | #c883cf |
| RGB | rgb(200, 131, 207) |
| HSL | hsl(295, 44%, 66%) |
| CMYK | cmyk(3%, 37%, 0%, 19%) |
| LAB | lab(64.2 38.8 -28.5) |
| LCH | lch(64.2 48.2 323.7) |
| OKLCH | oklch(0.707 0.131 323.6) |
Copy-ready code
/* CSS */
color: #c883cf;
background-color: #c883cf;
/* Tailwind (arbitrary) */
class="text-[#c883cf] bg-[#c883cf]"
/* SCSS */
$brand: #c883cf;
/* SwiftUI */
Color(red: 0.784, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#c883cf")Accessibility — WCAG contrast
Aa
#c883cf on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c883cf on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green51.4%
Blue81.2%
CMYK percentages
Cyan3.4%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c883cf text on a black background
contrast 7.60:1
Card sample
#c883cf text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c883cf;
Background color
Panel with #c883cf background
background-color: #c883cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c883cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c883cf; background: linear-gradient(135deg, #c883cf, #CF83A3);