#c000f5
a balanced, electric violet · warm · closest name: magenta
RGB
192, 0, 245
HSL
287°, 100%, 48%
CMYK
22, 100, 0, 4
Luminance
0.1780
Every format
| HEX | #c000f5 |
| RGB | rgb(192, 0, 245) |
| HSL | hsl(287, 100%, 48%) |
| CMYK | cmyk(22%, 100%, 0%, 4%) |
| LAB | lab(49.3 87.8 -73.6) |
| LCH | lch(49.3 114.6 320.0) |
| OKLCH | oklch(0.603 0.297 315.3) |
Copy-ready code
/* CSS */
color: #c000f5;
background-color: #c000f5;
/* Tailwind (arbitrary) */
class="text-[#c000f5] bg-[#c000f5]"
/* SCSS */
$brand: #c000f5;
/* SwiftUI */
Color(red: 0.753, green: 0.000, blue: 0.961)
/* Android */
Color.parseColor("#c000f5")Accessibility — WCAG contrast
Aa
#c000f5 on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c000f5 on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green0.0%
Blue96.1%
CMYK percentages
Cyan21.6%
Magenta100.0%
Yellow0.0%
Key (black)3.9%
Color previews
#c000f5 text on a black background
contrast 4.56:1
Card sample
#c000f5 text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c000f5;
Background color
Panel with #c000f5 background
background-color: #c000f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c000f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 0, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 0, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c000f5; background: linear-gradient(135deg, #c000f5, #F50087);