#c613db
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
198, 19, 219
HSL
294°, 84%, 47%
CMYK
10, 91, 0, 14
Luminance
0.1759
Every format
| HEX | #c613db |
| RGB | rgb(198, 19, 219) |
| HSL | hsl(294, 84%, 47%) |
| CMYK | cmyk(10%, 91%, 0%, 14%) |
| LAB | lab(49.0 82.7 -59.3) |
| LCH | lch(49.0 101.7 324.3) |
| OKLCH | oklch(0.598 0.275 322.8) |
Copy-ready code
/* CSS */
color: #c613db;
background-color: #c613db;
/* Tailwind (arbitrary) */
class="text-[#c613db] bg-[#c613db]"
/* SCSS */
$brand: #c613db;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.859)
/* Android */
Color.parseColor("#c613db")Accessibility — WCAG contrast
Aa
#c613db on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c613db on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue85.9%
CMYK percentages
Cyan9.6%
Magenta91.3%
Yellow0.0%
Key (black)14.1%
Color previews
#c613db text on a black background
contrast 4.52:1
Card sample
#c613db text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c613db;
Background color
Panel with #c613db background
background-color: #c613db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c613db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c613db; background: linear-gradient(135deg, #c613db, #DB136B);