#c415ff
a balanced, electric violet · warm · closest name: magenta
RGB
196, 21, 255
HSL
285°, 100%, 54%
CMYK
23, 92, 0, 0
Luminance
0.1949
Every format
| HEX | #c415ff |
| RGB | rgb(196, 21, 255) |
| HSL | hsl(285, 100%, 54%) |
| CMYK | cmyk(23%, 92%, 0%, 0%) |
| LAB | lab(51.3 88.1 -75.9) |
| LCH | lch(51.3 116.3 319.2) |
| OKLCH | oklch(0.621 0.299 314.1) |
Copy-ready code
/* CSS */
color: #c415ff;
background-color: #c415ff;
/* Tailwind (arbitrary) */
class="text-[#c415ff] bg-[#c415ff]"
/* SCSS */
$brand: #c415ff;
/* SwiftUI */
Color(red: 0.769, green: 0.082, blue: 1.000)
/* Android */
Color.parseColor("#c415ff")Accessibility — WCAG contrast
Aa
#c415ff on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c415ff on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green8.2%
Blue100.0%
CMYK percentages
Cyan23.1%
Magenta91.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c415ff text on a black background
contrast 4.90:1
Card sample
#c415ff text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c415ff;
Background color
Panel with #c415ff background
background-color: #c415ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c415ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 21, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 21, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c415ff; background: linear-gradient(135deg, #c415ff, #FF159E);