#c397b8
a light, soft magenta / pink · warm · closest name: plum
RGB
195, 151, 184
HSL
315°, 27%, 68%
CMYK
0, 23, 6, 24
Luminance
0.3720
Every format
| HEX | #c397b8 |
| RGB | rgb(195, 151, 184) |
| HSL | hsl(315, 27%, 68%) |
| CMYK | cmyk(0%, 23%, 6%, 24%) |
| LAB | lab(67.4 21.9 -10.8) |
| LCH | lch(67.4 24.4 333.8) |
| OKLCH | oklch(0.728 0.069 335.4) |
Copy-ready code
/* CSS */
color: #c397b8;
background-color: #c397b8;
/* Tailwind (arbitrary) */
class="text-[#c397b8] bg-[#c397b8]"
/* SCSS */
$brand: #c397b8;
/* SwiftUI */
Color(red: 0.765, green: 0.592, blue: 0.722)
/* Android */
Color.parseColor("#c397b8")Accessibility — WCAG contrast
Aa
#c397b8 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c397b8 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green59.2%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow5.6%
Key (black)23.5%
Color previews
#c397b8 text on a black background
contrast 8.44:1
Card sample
#c397b8 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c397b8;
Background color
Panel with #c397b8 background
background-color: #c397b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c397b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 151, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 151, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c397b8; background: linear-gradient(135deg, #c397b8, #C3979B);