#c583af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
197, 131, 175
HSL
320°, 36%, 64%
CMYK
0, 34, 11, 23
Luminance
0.3120
Every format
| HEX | #c583af |
| RGB | rgb(197, 131, 175) |
| HSL | hsl(320, 36%, 64%) |
| CMYK | cmyk(0%, 34%, 11%, 23%) |
| LAB | lab(62.7 32.0 -12.8) |
| LCH | lch(62.7 34.5 338.2) |
| OKLCH | oklch(0.691 0.099 340.0) |
Copy-ready code
/* CSS */
color: #c583af;
background-color: #c583af;
/* Tailwind (arbitrary) */
class="text-[#c583af] bg-[#c583af]"
/* SCSS */
$brand: #c583af;
/* SwiftUI */
Color(red: 0.773, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#c583af")Accessibility — WCAG contrast
Aa
#c583af on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c583af on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta33.5%
Yellow11.2%
Key (black)22.7%
Color previews
#c583af text on a black background
contrast 7.24:1
Card sample
#c583af text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c583af;
Background color
Panel with #c583af background
background-color: #c583af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c583af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c583af; background: linear-gradient(135deg, #c583af, #C58383);