#c581cf
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 129, 207
HSL
292°, 45%, 66%
CMYK
5, 38, 0, 19
Luminance
0.3208
Every format
| HEX | #c581cf |
| RGB | rgb(197, 129, 207) |
| HSL | hsl(292, 45%, 66%) |
| CMYK | cmyk(5%, 38%, 0%, 19%) |
| LAB | lab(63.4 39.0 -29.7) |
| LCH | lch(63.4 49.0 322.7) |
| OKLCH | oklch(0.700 0.133 322.2) |
Copy-ready code
/* CSS */
color: #c581cf;
background-color: #c581cf;
/* Tailwind (arbitrary) */
class="text-[#c581cf] bg-[#c581cf]"
/* SCSS */
$brand: #c581cf;
/* SwiftUI */
Color(red: 0.773, green: 0.506, blue: 0.812)
/* Android */
Color.parseColor("#c581cf")Accessibility — WCAG contrast
Aa
#c581cf on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c581cf on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green50.6%
Blue81.2%
CMYK percentages
Cyan4.8%
Magenta37.7%
Yellow0.0%
Key (black)18.8%
Color previews
#c581cf text on a black background
contrast 7.42:1
Card sample
#c581cf text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c581cf;
Background color
Panel with #c581cf background
background-color: #c581cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c581cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 129, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 129, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c581cf; background: linear-gradient(135deg, #c581cf, #CF81A5);