#c31cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
195, 28, 223
HSL
291°, 78%, 49%
CMYK
13, 87, 0, 13
Luminance
0.1776
Every format
| HEX | #c31cdf |
| RGB | rgb(195, 28, 223) |
| HSL | hsl(291, 78%, 49%) |
| CMYK | cmyk(13%, 87%, 0%, 13%) |
| LAB | lab(49.2 81.5 -61.3) |
| LCH | lch(49.2 102.0 323.1) |
| OKLCH | oklch(0.599 0.273 320.9) |
Copy-ready code
/* CSS */
color: #c31cdf;
background-color: #c31cdf;
/* Tailwind (arbitrary) */
class="text-[#c31cdf] bg-[#c31cdf]"
/* SCSS */
$brand: #c31cdf;
/* SwiftUI */
Color(red: 0.765, green: 0.110, blue: 0.875)
/* Android */
Color.parseColor("#c31cdf")Accessibility — WCAG contrast
Aa
#c31cdf on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c31cdf on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green11.0%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta87.4%
Yellow0.0%
Key (black)12.5%
Color previews
#c31cdf text on a black background
contrast 4.55:1
Card sample
#c31cdf text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c31cdf;
Background color
Panel with #c31cdf background
background-color: #c31cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c31cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 28, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 28, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c31cdf; background: linear-gradient(135deg, #c31cdf, #DF1C79);