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