#c151eb
a balanced, electric violet · warm · closest name: orchid
RGB
193, 81, 235
HSL
284°, 79%, 62%
CMYK
18, 66, 0, 8
Luminance
0.2322
Every format
| HEX | #c151eb |
| RGB | rgb(193, 81, 235) |
| HSL | hsl(284, 79%, 62%) |
| CMYK | cmyk(18%, 66%, 0%, 8%) |
| LAB | lab(55.3 67.1 -58.3) |
| LCH | lch(55.3 88.9 319.1) |
| OKLCH | oklch(0.644 0.233 315.4) |
Copy-ready code
/* CSS */
color: #c151eb;
background-color: #c151eb;
/* Tailwind (arbitrary) */
class="text-[#c151eb] bg-[#c151eb]"
/* SCSS */
$brand: #c151eb;
/* SwiftUI */
Color(red: 0.757, green: 0.318, blue: 0.922)
/* Android */
Color.parseColor("#c151eb")Accessibility — WCAG contrast
Aa
#c151eb on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c151eb on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green31.8%
Blue92.2%
CMYK percentages
Cyan17.9%
Magenta65.5%
Yellow0.0%
Key (black)7.8%
Color previews
#c151eb text on a black background
contrast 5.64:1
Card sample
#c151eb text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c151eb;
Background color
Panel with #c151eb background
background-color: #c151eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c151eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 81, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 81, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c151eb; background: linear-gradient(135deg, #c151eb, #EB51AF);