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