#c155ff
a light, electric violet · warm · closest name: magenta
RGB
193, 85, 255
HSL
278°, 100%, 67%
CMYK
24, 67, 0, 0
Luminance
0.2505
Every format
| HEX | #c155ff |
| RGB | rgb(193, 85, 255) |
| HSL | hsl(278, 100%, 67%) |
| CMYK | cmyk(24%, 67%, 0%, 0%) |
| LAB | lab(57.1 69.5 -66.5) |
| LCH | lch(57.1 96.1 316.3) |
| OKLCH | oklch(0.661 0.247 310.5) |
Copy-ready code
/* CSS */
color: #c155ff;
background-color: #c155ff;
/* Tailwind (arbitrary) */
class="text-[#c155ff] bg-[#c155ff]"
/* SCSS */
$brand: #c155ff;
/* SwiftUI */
Color(red: 0.757, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#c155ff")Accessibility — WCAG contrast
Aa
#c155ff on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c155ff on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green33.3%
Blue100.0%
CMYK percentages
Cyan24.3%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c155ff text on a black background
contrast 6.01:1
Card sample
#c155ff text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c155ff;
Background color
Panel with #c155ff background
background-color: #c155ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c155ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c155ff; background: linear-gradient(135deg, #c155ff, #FF55CC);