#c593cf
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 147, 207
HSL
290°, 39%, 69%
CMYK
5, 29, 0, 19
Luminance
0.3724
Every format
| HEX | #c593cf |
| RGB | rgb(197, 147, 207) |
| HSL | hsl(290, 39%, 69%) |
| CMYK | cmyk(5%, 29%, 0%, 19%) |
| LAB | lab(67.5 29.1 -23.5) |
| LCH | lch(67.5 37.5 321.1) |
| OKLCH | oklch(0.731 0.101 320.7) |
Copy-ready code
/* CSS */
color: #c593cf;
background-color: #c593cf;
/* Tailwind (arbitrary) */
class="text-[#c593cf] bg-[#c593cf]"
/* SCSS */
$brand: #c593cf;
/* SwiftUI */
Color(red: 0.773, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#c593cf")Accessibility — WCAG contrast
Aa
#c593cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c593cf on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green57.6%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#c593cf text on a black background
contrast 8.45:1
Card sample
#c593cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c593cf;
Background color
Panel with #c593cf background
background-color: #c593cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c593cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c593cf; background: linear-gradient(135deg, #c593cf, #CF93B1);