#c380ff
a light, electric violet · warm · closest name: violet
RGB
195, 128, 255
HSL
272°, 100%, 75%
CMYK
24, 50, 0, 0
Luminance
0.3426
Every format
| HEX | #c380ff |
| RGB | rgb(195, 128, 255) |
| HSL | hsl(272, 100%, 75%) |
| CMYK | cmyk(24%, 50%, 0%, 0%) |
| LAB | lab(65.2 49.0 -53.6) |
| LCH | lch(65.2 72.7 312.5) |
| OKLCH | oklch(0.720 0.187 306.6) |
Copy-ready code
/* CSS */
color: #c380ff;
background-color: #c380ff;
/* Tailwind (arbitrary) */
class="text-[#c380ff] bg-[#c380ff]"
/* SCSS */
$brand: #c380ff;
/* SwiftUI */
Color(red: 0.765, green: 0.502, blue: 1.000)
/* Android */
Color.parseColor("#c380ff")Accessibility — WCAG contrast
Aa
#c380ff on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c380ff on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green50.2%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta49.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c380ff text on a black background
contrast 7.85:1
Card sample
#c380ff text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c380ff;
Background color
Panel with #c380ff background
background-color: #c380ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c380ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 128, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 128, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c380ff; background: linear-gradient(135deg, #c380ff, #FF80E6);