#c61cef
a balanced, electric violet · warm · closest name: magenta
RGB
198, 28, 239
HSL
288°, 87%, 52%
CMYK
17, 88, 0, 6
Luminance
0.1907
Every format
| HEX | #c61cef |
| RGB | rgb(198, 28, 239) |
| HSL | hsl(288, 87%, 52%) |
| CMYK | cmyk(17%, 88%, 0%, 6%) |
| LAB | lab(50.8 84.6 -67.8) |
| LCH | lch(50.8 108.4 321.3) |
| OKLCH | oklch(0.614 0.285 318.0) |
Copy-ready code
/* CSS */
color: #c61cef;
background-color: #c61cef;
/* Tailwind (arbitrary) */
class="text-[#c61cef] bg-[#c61cef]"
/* SCSS */
$brand: #c61cef;
/* SwiftUI */
Color(red: 0.776, green: 0.110, blue: 0.937)
/* Android */
Color.parseColor("#c61cef")Accessibility — WCAG contrast
Aa
#c61cef on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c61cef on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green11.0%
Blue93.7%
CMYK percentages
Cyan17.2%
Magenta88.3%
Yellow0.0%
Key (black)6.3%
Color previews
#c61cef text on a black background
contrast 4.81:1
Card sample
#c61cef text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61cef;
Background color
Panel with #c61cef background
background-color: #c61cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 28, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 28, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61cef; background: linear-gradient(135deg, #c61cef, #EF1C8C);