#c351df
a balanced, vivid violet · warm · closest name: orchid
RGB
195, 81, 223
HSL
288°, 69%, 60%
CMYK
13, 64, 0, 13
Luminance
0.2281
Every format
| HEX | #c351df |
| RGB | rgb(195, 81, 223) |
| HSL | hsl(288, 69%, 60%) |
| CMYK | cmyk(13%, 64%, 0%, 13%) |
| LAB | lab(54.9 65.3 -52.2) |
| LCH | lch(54.9 83.5 321.4) |
| OKLCH | oklch(0.639 0.223 319.2) |
Copy-ready code
/* CSS */
color: #c351df;
background-color: #c351df;
/* Tailwind (arbitrary) */
class="text-[#c351df] bg-[#c351df]"
/* SCSS */
$brand: #c351df;
/* SwiftUI */
Color(red: 0.765, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#c351df")Accessibility — WCAG contrast
Aa
#c351df on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c351df on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green31.8%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta63.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c351df text on a black background
contrast 5.56:1
Card sample
#c351df text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c351df;
Background color
Panel with #c351df background
background-color: #c351df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c351df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c351df; background: linear-gradient(135deg, #c351df, #DF519C);