#c893c8
a light, soft magenta / pink · warm · closest name: plum
RGB
200, 147, 200
HSL
300°, 33%, 68%
CMYK
0, 27, 0, 22
Luminance
0.3732
Every format
| HEX | #c893c8 |
| RGB | rgb(200, 147, 200) |
| HSL | hsl(300, 33%, 68%) |
| CMYK | cmyk(0%, 27%, 0%, 22%) |
| LAB | lab(67.5 28.8 -19.5) |
| LCH | lch(67.5 34.8 325.9) |
| OKLCH | oklch(0.731 0.095 326.5) |
Copy-ready code
/* CSS */
color: #c893c8;
background-color: #c893c8;
/* Tailwind (arbitrary) */
class="text-[#c893c8] bg-[#c893c8]"
/* SCSS */
$brand: #c893c8;
/* SwiftUI */
Color(red: 0.784, green: 0.576, blue: 0.784)
/* Android */
Color.parseColor("#c893c8")Accessibility — WCAG contrast
Aa
#c893c8 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c893c8 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green57.6%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow0.0%
Key (black)21.6%
Color previews
#c893c8 text on a black background
contrast 8.46:1
Card sample
#c893c8 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c893c8;
Background color
Panel with #c893c8 background
background-color: #c893c8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c893c8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 147, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 147, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c893c8; background: linear-gradient(135deg, #c893c8, #C893A5);