#c61395
a dark, electric magenta / pink · warm · closest name: purple
RGB
198, 19, 149
HSL
316°, 83%, 43%
CMYK
0, 90, 25, 22
Luminance
0.1464
Every format
| HEX | #c61395 |
| RGB | rgb(198, 19, 149) |
| HSL | hsl(316, 83%, 43%) |
| CMYK | cmyk(0%, 90%, 25%, 22%) |
| LAB | lab(45.1 72.8 -24.3) |
| LCH | lch(45.1 76.8 341.5) |
| OKLCH | oklch(0.558 0.230 343.6) |
Copy-ready code
/* CSS */
color: #c61395;
background-color: #c61395;
/* Tailwind (arbitrary) */
class="text-[#c61395] bg-[#c61395]"
/* SCSS */
$brand: #c61395;
/* SwiftUI */
Color(red: 0.776, green: 0.075, blue: 0.584)
/* Android */
Color.parseColor("#c61395")Accessibility — WCAG contrast
Aa
#c61395 on white: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c61395 on black: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green7.5%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta90.4%
Yellow24.7%
Key (black)22.4%
Color previews
#c61395 text on a black background
contrast 3.93:1
Card sample
#c61395 text on a white background
contrast 5.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c61395;
Background color
Panel with #c61395 background
background-color: #c61395;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c61395;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 19, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 19, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c61395; background: linear-gradient(135deg, #c61395, #C6131E);