#c145e0
a balanced, vivid violet · warm · closest name: orchid
RGB
193, 69, 224
HSL
288°, 71%, 58%
CMYK
14, 69, 0, 12
Luminance
0.2098
Every format
| HEX | #c145e0 |
| RGB | rgb(193, 69, 224) |
| HSL | hsl(288, 71%, 58%) |
| CMYK | cmyk(14%, 69%, 0%, 12%) |
| LAB | lab(52.9 69.9 -55.9) |
| LCH | lch(52.9 89.5 321.4) |
| OKLCH | oklch(0.625 0.238 318.8) |
Copy-ready code
/* CSS */
color: #c145e0;
background-color: #c145e0;
/* Tailwind (arbitrary) */
class="text-[#c145e0] bg-[#c145e0]"
/* SCSS */
$brand: #c145e0;
/* SwiftUI */
Color(red: 0.757, green: 0.271, blue: 0.878)
/* Android */
Color.parseColor("#c145e0")Accessibility — WCAG contrast
Aa
#c145e0 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c145e0 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green27.1%
Blue87.8%
CMYK percentages
Cyan13.8%
Magenta69.2%
Yellow0.0%
Key (black)12.2%
Color previews
#c145e0 text on a black background
contrast 5.20:1
Card sample
#c145e0 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c145e0;
Background color
Panel with #c145e0 background
background-color: #c145e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c145e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 69, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 69, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c145e0; background: linear-gradient(135deg, #c145e0, #E04598);