#c392af
a light, soft magenta / pink · warm · closest name: plum
RGB
195, 146, 175
HSL
325°, 29%, 67%
CMYK
0, 25, 10, 24
Luminance
0.3526
Every format
| HEX | #c392af |
| RGB | rgb(195, 146, 175) |
| HSL | hsl(325, 29%, 67%) |
| CMYK | cmyk(0%, 25%, 10%, 24%) |
| LAB | lab(66.0 23.1 -7.9) |
| LCH | lch(66.0 24.4 341.0) |
| OKLCH | oklch(0.715 0.070 342.7) |
Copy-ready code
/* CSS */
color: #c392af;
background-color: #c392af;
/* Tailwind (arbitrary) */
class="text-[#c392af] bg-[#c392af]"
/* SCSS */
$brand: #c392af;
/* SwiftUI */
Color(red: 0.765, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#c392af")Accessibility — WCAG contrast
Aa
#c392af on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c392af on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow10.3%
Key (black)23.5%
Color previews
#c392af text on a black background
contrast 8.05:1
Card sample
#c392af text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c392af;
Background color
Panel with #c392af background
background-color: #c392af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c392af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c392af; background: linear-gradient(135deg, #c392af, #C39692);