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