#c340ff
a balanced, electric violet · warm · closest name: magenta
RGB
195, 64, 255
HSL
281°, 100%, 63%
CMYK
24, 75, 0, 0
Luminance
0.2249
Every format
| HEX | #c340ff |
| RGB | rgb(195, 64, 255) |
| HSL | hsl(281, 100%, 63%) |
| CMYK | cmyk(24%, 75%, 0%, 0%) |
| LAB | lab(54.5 77.9 -70.6) |
| LCH | lch(54.5 105.2 317.8) |
| OKLCH | oklch(0.643 0.271 312.4) |
Copy-ready code
/* CSS */
color: #c340ff;
background-color: #c340ff;
/* Tailwind (arbitrary) */
class="text-[#c340ff] bg-[#c340ff]"
/* SCSS */
$brand: #c340ff;
/* SwiftUI */
Color(red: 0.765, green: 0.251, blue: 1.000)
/* Android */
Color.parseColor("#c340ff")Accessibility — WCAG contrast
Aa
#c340ff on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c340ff on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green25.1%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta74.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c340ff text on a black background
contrast 5.50:1
Card sample
#c340ff text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c340ff;
Background color
Panel with #c340ff background
background-color: #c340ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c340ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 64, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 64, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c340ff; background: linear-gradient(135deg, #c340ff, #FF40BB);