#c394e7
a light, vivid violet · warm · closest name: plum
RGB
195, 148, 231
HSL
274°, 63%, 74%
CMYK
16, 36, 0, 9
Luminance
0.3855
Every format
| HEX | #c394e7 |
| RGB | rgb(195, 148, 231) |
| HSL | hsl(274, 63%, 74%) |
| CMYK | cmyk(16%, 36%, 0%, 9%) |
| LAB | lab(68.4 32.9 -35.3) |
| LCH | lch(68.4 48.3 313.0) |
| OKLCH | oklch(0.741 0.126 309.5) |
Copy-ready code
/* CSS */
color: #c394e7;
background-color: #c394e7;
/* Tailwind (arbitrary) */
class="text-[#c394e7] bg-[#c394e7]"
/* SCSS */
$brand: #c394e7;
/* SwiftUI */
Color(red: 0.765, green: 0.580, blue: 0.906)
/* Android */
Color.parseColor("#c394e7")Accessibility — WCAG contrast
Aa
#c394e7 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c394e7 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green58.0%
Blue90.6%
CMYK percentages
Cyan15.6%
Magenta35.9%
Yellow0.0%
Key (black)9.4%
Color previews
#c394e7 text on a black background
contrast 8.71:1
Card sample
#c394e7 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c394e7;
Background color
Panel with #c394e7 background
background-color: #c394e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c394e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 148, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 148, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c394e7; background: linear-gradient(135deg, #c394e7, #E794D4);