#c355ff
a light, electric violet · warm · closest name: magenta
RGB
195, 85, 255
HSL
279°, 100%, 67%
CMYK
24, 67, 0, 0
Luminance
0.2532
Every format
| HEX | #c355ff |
| RGB | rgb(195, 85, 255) |
| HSL | hsl(279, 100%, 67%) |
| CMYK | cmyk(24%, 67%, 0%, 0%) |
| LAB | lab(57.4 69.9 -66.0) |
| LCH | lch(57.4 96.2 316.6) |
| OKLCH | oklch(0.663 0.248 311.2) |
Copy-ready code
/* CSS */
color: #c355ff;
background-color: #c355ff;
/* Tailwind (arbitrary) */
class="text-[#c355ff] bg-[#c355ff]"
/* SCSS */
$brand: #c355ff;
/* SwiftUI */
Color(red: 0.765, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#c355ff")Accessibility — WCAG contrast
Aa
#c355ff on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c355ff on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green33.3%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c355ff text on a black background
contrast 6.06:1
Card sample
#c355ff text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c355ff;
Background color
Panel with #c355ff background
background-color: #c355ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c355ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c355ff; background: linear-gradient(135deg, #c355ff, #FF55CA);