#c583cf
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 131, 207
HSL
292°, 44%, 66%
CMYK
5, 37, 0, 19
Luminance
0.3261
Every format
| HEX | #c583cf |
| RGB | rgb(197, 131, 207) |
| HSL | hsl(292, 44%, 66%) |
| CMYK | cmyk(5%, 37%, 0%, 19%) |
| LAB | lab(63.8 37.9 -29.1) |
| LCH | lch(63.8 47.8 322.5) |
| OKLCH | oklch(0.704 0.129 322.1) |
Copy-ready code
/* CSS */
color: #c583cf;
background-color: #c583cf;
/* Tailwind (arbitrary) */
class="text-[#c583cf] bg-[#c583cf]"
/* SCSS */
$brand: #c583cf;
/* SwiftUI */
Color(red: 0.773, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#c583cf")Accessibility — WCAG contrast
Aa
#c583cf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c583cf on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green51.4%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta36.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c583cf text on a black background
contrast 7.52:1
Card sample
#c583cf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c583cf;
Background color
Panel with #c583cf background
background-color: #c583cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c583cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c583cf; background: linear-gradient(135deg, #c583cf, #CF83A6);