#c613fd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 19, 253
HSL
286°, 98%, 53%
CMYK
22, 93, 0, 1
Luminance
0.1956
Every format
| HEX | #c613fd |
| RGB | rgb(198, 19, 253) |
| HSL | hsl(286, 98%, 53%) |
| CMYK | cmyk(22%, 93%, 0%, 1%) |
| LAB | lab(51.3 88.3 -74.7) |
| LCH | lch(51.3 115.6 319.8) |
| OKLCH | oklch(0.621 0.299 315.0) |
Copy-ready code
/* CSS */
color: #c613fd;
background-color: #c613fd;
/* Tailwind (arbitrary) */
class="text-[#c613fd] bg-[#c613fd]"
/* SCSS */
$brand: #c613fd;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.992)
/* Android */
Color.parseColor("#c613fd")Accessibility — WCAG contrast
Aa
#c613fd on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c613fd on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta92.5%
Yellow0.0%
Key (black)0.8%
Color previews
#c613fd text on a black background
contrast 4.91:1
Card sample
#c613fd text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613fd;
Background color
Panel with #c613fd background
background-color: #c613fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613fd; background: linear-gradient(135deg, #c613fd, #FD1398);