#c596ba
a light, soft magenta / pink · warm · closest name: plum
RGB
197, 150, 186
HSL
314°, 29%, 68%
CMYK
0, 24, 6, 23
Luminance
0.3723
Every format
| HEX | #c596ba |
| RGB | rgb(197, 150, 186) |
| HSL | hsl(314, 29%, 68%) |
| CMYK | cmyk(0%, 24%, 6%, 23%) |
| LAB | lab(67.5 23.5 -11.8) |
| LCH | lch(67.5 26.3 333.3) |
| OKLCH | oklch(0.729 0.074 334.8) |
Copy-ready code
/* CSS */
color: #c596ba;
background-color: #c596ba;
/* Tailwind (arbitrary) */
class="text-[#c596ba] bg-[#c596ba]"
/* SCSS */
$brand: #c596ba;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.729)
/* Android */
Color.parseColor("#c596ba")Accessibility — WCAG contrast
Aa
#c596ba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c596ba on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow5.6%
Key (black)22.7%
Color previews
#c596ba text on a black background
contrast 8.45:1
Card sample
#c596ba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c596ba;
Background color
Panel with #c596ba background
background-color: #c596ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c596ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c596ba; background: linear-gradient(135deg, #c596ba, #C5969B);