#c596af
a light, soft magenta / pink · warm · closest name: pink
RGB
197, 150, 175
HSL
328°, 29%, 68%
CMYK
0, 24, 11, 23
Luminance
0.3678
Every format
| HEX | #c596af |
| RGB | rgb(197, 150, 175) |
| HSL | hsl(328, 29%, 68%) |
| CMYK | cmyk(0%, 24%, 11%, 23%) |
| LAB | lab(67.1 21.6 -6.2) |
| LCH | lch(67.1 22.5 344.0) |
| OKLCH | oklch(0.725 0.065 345.7) |
Copy-ready code
/* CSS */
color: #c596af;
background-color: #c596af;
/* Tailwind (arbitrary) */
class="text-[#c596af] bg-[#c596af]"
/* SCSS */
$brand: #c596af;
/* SwiftUI */
Color(red: 0.773, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#c596af")Accessibility — WCAG contrast
Aa
#c596af on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c596af on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow11.2%
Key (black)22.7%
Color previews
#c596af text on a black background
contrast 8.36:1
Card sample
#c596af text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c596af;
Background color
Panel with #c596af background
background-color: #c596af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c596af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c596af; background: linear-gradient(135deg, #c596af, #C59C96);