#c613cb
a dark, electric magenta / pink · warm · closest name: magenta
RGB
198, 19, 203
HSL
298°, 83%, 44%
CMYK
3, 91, 0, 20
Luminance
0.1678
Every format
| HEX | #c613cb |
| RGB | rgb(198, 19, 203) |
| HSL | hsl(298, 83%, 44%) |
| CMYK | cmyk(3%, 91%, 0%, 20%) |
| LAB | lab(48.0 80.2 -51.7) |
| LCH | lch(48.0 95.4 327.2) |
| OKLCH | oklch(0.587 0.264 326.9) |
Copy-ready code
/* CSS */
color: #c613cb;
background-color: #c613cb;
/* Tailwind (arbitrary) */
class="text-[#c613cb] bg-[#c613cb]"
/* SCSS */
$brand: #c613cb;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.796)
/* Android */
Color.parseColor("#c613cb")Accessibility — WCAG contrast
Aa
#c613cb on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c613cb on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue79.6%
CMYK percentages
Cyan2.5%
Magenta90.6%
Yellow0.0%
Key (black)20.4%
Color previews
#c613cb text on a black background
contrast 4.36:1
Card sample
#c613cb text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613cb;
Background color
Panel with #c613cb background
background-color: #c613cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613cb; background: linear-gradient(135deg, #c613cb, #CB1355);