#c613ff
a balanced, electric violet · warm · closest name: magenta
RGB
198, 19, 255
HSL
286°, 100%, 54%
CMYK
22, 93, 0, 0
Luminance
0.1969
Every format
| HEX | #c613ff |
| RGB | rgb(198, 19, 255) |
| HSL | hsl(286, 100%, 54%) |
| CMYK | cmyk(22%, 93%, 0%, 0%) |
| LAB | lab(51.5 88.6 -75.5) |
| LCH | lch(51.5 116.5 319.6) |
| OKLCH | oklch(0.623 0.301 314.6) |
Copy-ready code
/* CSS */
color: #c613ff;
background-color: #c613ff;
/* Tailwind (arbitrary) */
class="text-[#c613ff] bg-[#c613ff]"
/* SCSS */
$brand: #c613ff;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 1.000)
/* Android */
Color.parseColor("#c613ff")Accessibility — WCAG contrast
Aa
#c613ff on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c613ff on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta92.5%
Yellow0.0%
Key (black)0.0%
Color previews
#c613ff text on a black background
contrast 4.94:1
Card sample
#c613ff text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613ff;
Background color
Panel with #c613ff background
background-color: #c613ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613ff; background: linear-gradient(135deg, #c613ff, #FF139B);