#c370eb
a light, electric violet · warm · closest name: orchid
RGB
195, 112, 235
HSL
281°, 76%, 68%
CMYK
17, 52, 0, 8
Luminance
0.2919
Every format
| HEX | #c370eb |
| RGB | rgb(195, 112, 235) |
| HSL | hsl(281, 76%, 68%) |
| CMYK | cmyk(17%, 52%, 0%, 8%) |
| LAB | lab(61.0 53.0 -49.2) |
| LCH | lch(61.0 72.4 317.1) |
| OKLCH | oklch(0.686 0.190 313.6) |
Copy-ready code
/* CSS */
color: #c370eb;
background-color: #c370eb;
/* Tailwind (arbitrary) */
class="text-[#c370eb] bg-[#c370eb]"
/* SCSS */
$brand: #c370eb;
/* SwiftUI */
Color(red: 0.765, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#c370eb")Accessibility — WCAG contrast
Aa
#c370eb on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c370eb on black: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.9%
Blue92.2%
CMYK percentages
Cyan17.0%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#c370eb text on a black background
contrast 6.84:1
Card sample
#c370eb text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c370eb;
Background color
Panel with #c370eb background
background-color: #c370eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c370eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c370eb; background: linear-gradient(135deg, #c370eb, #EB70C1);