#c353eb
a balanced, electric violet · warm · closest name: orchid
RGB
195, 83, 235
HSL
284°, 79%, 62%
CMYK
17, 65, 0, 8
Luminance
0.2379
Every format
| HEX | #c353eb |
| RGB | rgb(195, 83, 235) |
| HSL | hsl(284, 79%, 62%) |
| CMYK | cmyk(17%, 65%, 0%, 8%) |
| LAB | lab(55.9 66.7 -57.3) |
| LCH | lch(55.9 88.0 319.3) |
| OKLCH | oklch(0.649 0.231 315.9) |
Copy-ready code
/* CSS */
color: #c353eb;
background-color: #c353eb;
/* Tailwind (arbitrary) */
class="text-[#c353eb] bg-[#c353eb]"
/* SCSS */
$brand: #c353eb;
/* SwiftUI */
Color(red: 0.765, green: 0.325, blue: 0.922)
/* Android */
Color.parseColor("#c353eb")Accessibility — WCAG contrast
Aa
#c353eb on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c353eb on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green32.5%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta64.7%
Yellow0.0%
Key (black)7.8%
Color previews
#c353eb text on a black background
contrast 5.76:1
Card sample
#c353eb text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c353eb;
Background color
Panel with #c353eb background
background-color: #c353eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c353eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 83, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 83, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c353eb; background: linear-gradient(135deg, #c353eb, #EB53AE);