#c331da
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 49, 218
HSL
292°, 70%, 52%
CMYK
11, 78, 0, 15
Luminance
0.1886
Every format
| HEX | #c331da |
| RGB | rgb(195, 49, 218) |
| HSL | hsl(292, 70%, 52%) |
| CMYK | cmyk(11%, 78%, 0%, 15%) |
| LAB | lab(50.5 75.9 -56.3) |
| LCH | lch(50.5 94.5 323.4) |
| OKLCH | oklch(0.607 0.255 321.7) |
Copy-ready code
/* CSS */
color: #c331da;
background-color: #c331da;
/* Tailwind (arbitrary) */
class="text-[#c331da] bg-[#c331da]"
/* SCSS */
$brand: #c331da;
/* SwiftUI */
Color(red: 0.765, green: 0.192, blue: 0.855)
/* Android */
Color.parseColor("#c331da")Accessibility — WCAG contrast
Aa
#c331da on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c331da on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green19.2%
Blue85.5%
CMYK percentages
Cyan10.6%
Magenta77.5%
Yellow0.0%
Key (black)14.5%
Color previews
#c331da text on a black background
contrast 4.77:1
Card sample
#c331da text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c331da;
Background color
Panel with #c331da background
background-color: #c331da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c331da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 49, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 49, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c331da; background: linear-gradient(135deg, #c331da, #DA3181);