#c596c2
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 150, 194
HSL
304°, 29%, 68%
CMYK
0, 24, 2, 23
Luminance
0.3758
Every format
| HEX | #c596c2 |
| RGB | rgb(197, 150, 194) |
| HSL | hsl(304, 29%, 68%) |
| CMYK | cmyk(0%, 24%, 2%, 23%) |
| LAB | lab(67.7 25.0 -15.9) |
| LCH | lch(67.7 29.6 327.5) |
| OKLCH | oklch(0.731 0.082 328.5) |
Copy-ready code
/* CSS */
color: #c596c2;
background-color: #c596c2;
/* Tailwind (arbitrary) */
class="text-[#c596c2] bg-[#c596c2]"
/* SCSS */
$brand: #c596c2;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.761)
/* Android */
Color.parseColor("#c596c2")Accessibility — WCAG contrast
Aa
#c596c2 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c596c2 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow1.5%
Key (black)22.7%
Color previews
#c596c2 text on a black background
contrast 8.52:1
Card sample
#c596c2 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c596c2;
Background color
Panel with #c596c2 background
background-color: #c596c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c596c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c596c2; background: linear-gradient(135deg, #c596c2, #C596A3);