#c357ec
a balanced, electric violet · warm · closest name: orchid
RGB
195, 87, 236
HSL
284°, 80%, 63%
CMYK
17, 63, 0, 8
Luminance
0.2447
Every format
| HEX | #c357ec |
| RGB | rgb(195, 87, 236) |
| HSL | hsl(284, 80%, 63%) |
| CMYK | cmyk(17%, 63%, 0%, 8%) |
| LAB | lab(56.6 65.2 -56.8) |
| LCH | lch(56.6 86.5 318.9) |
| OKLCH | oklch(0.654 0.227 315.4) |
Copy-ready code
/* CSS */
color: #c357ec;
background-color: #c357ec;
/* Tailwind (arbitrary) */
class="text-[#c357ec] bg-[#c357ec]"
/* SCSS */
$brand: #c357ec;
/* SwiftUI */
Color(red: 0.765, green: 0.341, blue: 0.925)
/* Android */
Color.parseColor("#c357ec")Accessibility — WCAG contrast
Aa
#c357ec on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c357ec on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green34.1%
Blue92.5%
CMYK percentages
Cyan17.4%
Magenta63.1%
Yellow0.0%
Key (black)7.5%
Color previews
#c357ec text on a black background
contrast 5.89:1
Card sample
#c357ec text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c357ec;
Background color
Panel with #c357ec background
background-color: #c357ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c357ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 87, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 87, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c357ec; background: linear-gradient(135deg, #c357ec, #EC57B2);