#c370df
a light, vivid violet · warm · closest name: orchid
RGB
195, 112, 223
HSL
285°, 63%, 66%
CMYK
13, 50, 0, 13
Luminance
0.2852
Every format
| HEX | #c370df |
| RGB | rgb(195, 112, 223) |
| HSL | hsl(285, 63%, 66%) |
| CMYK | cmyk(13%, 50%, 0%, 13%) |
| LAB | lab(60.4 50.6 -43.5) |
| LCH | lch(60.4 66.7 319.3) |
| OKLCH | oklch(0.679 0.177 317.1) |
Copy-ready code
/* CSS */
color: #c370df;
background-color: #c370df;
/* Tailwind (arbitrary) */
class="text-[#c370df] bg-[#c370df]"
/* SCSS */
$brand: #c370df;
/* SwiftUI */
Color(red: 0.765, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#c370df")Accessibility — WCAG contrast
Aa
#c370df on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c370df on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green43.9%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c370df text on a black background
contrast 6.70:1
Card sample
#c370df text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c370df;
Background color
Panel with #c370df background
background-color: #c370df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c370df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c370df; background: linear-gradient(135deg, #c370df, #DF70B1);