#c394cf
a light, soft violet · warm · closest name: plum
RGB
195, 148, 207
HSL
288°, 38%, 70%
CMYK
6, 29, 0, 19
Luminance
0.3729
Every format
| HEX | #c394cf |
| RGB | rgb(195, 148, 207) |
| HSL | hsl(288, 38%, 70%) |
| CMYK | cmyk(6%, 29%, 0%, 19%) |
| LAB | lab(67.5 27.9 -23.5) |
| LCH | lch(67.5 36.5 320.0) |
| OKLCH | oklch(0.731 0.098 319.3) |
Copy-ready code
/* CSS */
color: #c394cf;
background-color: #c394cf;
/* Tailwind (arbitrary) */
class="text-[#c394cf] bg-[#c394cf]"
/* SCSS */
$brand: #c394cf;
/* SwiftUI */
Color(red: 0.765, green: 0.580, blue: 0.812)
/* Android */
Color.parseColor("#c394cf")Accessibility — WCAG contrast
Aa
#c394cf on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c394cf on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.0%
Blue81.2%
CMYK percentages
Cyan5.8%
Magenta28.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c394cf text on a black background
contrast 8.46:1
Card sample
#c394cf text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c394cf;
Background color
Panel with #c394cf background
background-color: #c394cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c394cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 148, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 148, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c394cf; background: linear-gradient(135deg, #c394cf, #CF94B4);