#c331ff
a balanced, electric violet · warm · closest name: magenta
RGB
195, 49, 255
HSL
283°, 100%, 60%
CMYK
24, 81, 0, 0
Luminance
0.2102
Every format
| HEX | #c331ff |
| RGB | rgb(195, 49, 255) |
| HSL | hsl(283, 100%, 60%) |
| CMYK | cmyk(24%, 81%, 0%, 0%) |
| LAB | lab(53.0 82.5 -73.2) |
| LCH | lch(53.0 110.3 318.4) |
| OKLCH | oklch(0.632 0.284 313.1) |
Copy-ready code
/* CSS */
color: #c331ff;
background-color: #c331ff;
/* Tailwind (arbitrary) */
class="text-[#c331ff] bg-[#c331ff]"
/* SCSS */
$brand: #c331ff;
/* SwiftUI */
Color(red: 0.765, green: 0.192, blue: 1.000)
/* Android */
Color.parseColor("#c331ff")Accessibility — WCAG contrast
Aa
#c331ff on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c331ff on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green19.2%
Blue100.0%
CMYK percentages
Cyan23.5%
Magenta80.8%
Yellow0.0%
Key (black)0.0%
Color previews
#c331ff text on a black background
contrast 5.20:1
Card sample
#c331ff text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c331ff;
Background color
Panel with #c331ff background
background-color: #c331ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c331ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 49, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 49, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c331ff; background: linear-gradient(135deg, #c331ff, #FF31B2);