#c150df
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 80, 223
HSL
287°, 69%, 59%
CMYK
14, 64, 0, 13
Luminance
0.2240
Every format
| HEX | #c150df |
| RGB | rgb(193, 80, 223) |
| HSL | hsl(287, 69%, 59%) |
| CMYK | cmyk(14%, 64%, 0%, 13%) |
| LAB | lab(54.5 65.2 -52.9) |
| LCH | lch(54.5 84.0 321.0) |
| OKLCH | oklch(0.636 0.224 318.6) |
Copy-ready code
/* CSS */
color: #c150df;
background-color: #c150df;
/* Tailwind (arbitrary) */
class="text-[#c150df] bg-[#c150df]"
/* SCSS */
$brand: #c150df;
/* SwiftUI */
Color(red: 0.757, green: 0.314, blue: 0.875)
/* Android */
Color.parseColor("#c150df")Accessibility — WCAG contrast
Aa
#c150df on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c150df on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green31.4%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta64.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c150df text on a black background
contrast 5.48:1
Card sample
#c150df text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c150df;
Background color
Panel with #c150df background
background-color: #c150df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c150df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 80, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 80, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c150df; background: linear-gradient(135deg, #c150df, #DF509E);