#c31ccc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
195, 28, 204
HSL
297°, 76%, 46%
CMYK
4, 86, 0, 20
Luminance
0.1679
Every format
| HEX | #c31ccc |
| RGB | rgb(195, 28, 204) |
| HSL | hsl(297, 76%, 46%) |
| CMYK | cmyk(4%, 86%, 0%, 20%) |
| LAB | lab(48.0 78.4 -52.3) |
| LCH | lch(48.0 94.3 326.3) |
| OKLCH | oklch(0.587 0.259 325.8) |
Copy-ready code
/* CSS */
color: #c31ccc;
background-color: #c31ccc;
/* Tailwind (arbitrary) */
class="text-[#c31ccc] bg-[#c31ccc]"
/* SCSS */
$brand: #c31ccc;
/* SwiftUI */
Color(red: 0.765, green: 0.110, blue: 0.800)
/* Android */
Color.parseColor("#c31ccc")Accessibility — WCAG contrast
Aa
#c31ccc on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c31ccc on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green11.0%
Blue80.0%
CMYK percentages
Cyan4.4%
Magenta86.3%
Yellow0.0%
Key (black)20.0%
Color previews
#c31ccc text on a black background
contrast 4.36:1
Card sample
#c31ccc text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c31ccc;
Background color
Panel with #c31ccc background
background-color: #c31ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c31ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 28, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 28, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c31ccc; background: linear-gradient(135deg, #c31ccc, #CC1C60);