#c589c2
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 137, 194
HSL
303°, 34%, 66%
CMYK
0, 31, 2, 23
Luminance
0.3366
Every format
| HEX | #c589c2 |
| RGB | rgb(197, 137, 194) |
| HSL | hsl(303, 34%, 66%) |
| CMYK | cmyk(0%, 31%, 2%, 23%) |
| LAB | lab(64.7 32.1 -20.5) |
| LCH | lch(64.7 38.1 327.5) |
| OKLCH | oklch(0.708 0.105 328.3) |
Copy-ready code
/* CSS */
color: #c589c2;
background-color: #c589c2;
/* Tailwind (arbitrary) */
class="text-[#c589c2] bg-[#c589c2]"
/* SCSS */
$brand: #c589c2;
/* SwiftUI */
Color(red: 0.773, green: 0.537, blue: 0.761)
/* Android */
Color.parseColor("#c589c2")Accessibility — WCAG contrast
Aa
#c589c2 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c589c2 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green53.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta30.5%
Yellow1.5%
Key (black)22.7%
Color previews
#c589c2 text on a black background
contrast 7.73:1
Card sample
#c589c2 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c589c2;
Background color
Panel with #c589c2 background
background-color: #c589c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c589c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 137, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 137, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c589c2; background: linear-gradient(135deg, #c589c2, #C5899A);