#c331c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 49, 194
HSL
300°, 60%, 48%
CMYK
0, 75, 1, 24
Luminance
0.1769
Every format
| HEX | #c331c2 |
| RGB | rgb(195, 49, 194) |
| HSL | hsl(300, 60%, 48%) |
| CMYK | cmyk(0%, 75%, 1%, 24%) |
| LAB | lab(49.1 71.9 -44.7) |
| LCH | lch(49.1 84.7 328.1) |
| OKLCH | oklch(0.593 0.236 328.4) |
Copy-ready code
/* CSS */
color: #c331c2;
background-color: #c331c2;
/* Tailwind (arbitrary) */
class="text-[#c331c2] bg-[#c331c2]"
/* SCSS */
$brand: #c331c2;
/* SwiftUI */
Color(red: 0.765, green: 0.192, blue: 0.761)
/* Android */
Color.parseColor("#c331c2")Accessibility — WCAG contrast
Aa
#c331c2 on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c331c2 on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green19.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow0.5%
Key (black)23.5%
Color previews
#c331c2 text on a black background
contrast 4.54:1
Card sample
#c331c2 text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c331c2;
Background color
Panel with #c331c2 background
background-color: #c331c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c331c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 49, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 49, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c331c2; background: linear-gradient(135deg, #c331c2, #C33161);