#c613cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 19, 207
HSL
297°, 83%, 44%
CMYK
4, 91, 0, 19
Luminance
0.1698
Every format
| HEX | #c613cf |
| RGB | rgb(198, 19, 207) |
| HSL | hsl(297, 83%, 44%) |
| CMYK | cmyk(4%, 91%, 0%, 19%) |
| LAB | lab(48.2 80.8 -53.6) |
| LCH | lch(48.2 97.0 326.4) |
| OKLCH | oklch(0.590 0.267 325.9) |
Copy-ready code
/* CSS */
color: #c613cf;
background-color: #c613cf;
/* Tailwind (arbitrary) */
class="text-[#c613cf] bg-[#c613cf]"
/* SCSS */
$brand: #c613cf;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.812)
/* Android */
Color.parseColor("#c613cf")Accessibility — WCAG contrast
Aa
#c613cf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c613cf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta90.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c613cf text on a black background
contrast 4.40:1
Card sample
#c613cf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613cf;
Background color
Panel with #c613cf background
background-color: #c613cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613cf; background: linear-gradient(135deg, #c613cf, #CF135B);