#c300fa
a balanced, electric violet · warm · closest name: magenta
RGB
195, 0, 250
HSL
287°, 100%, 49%
CMYK
22, 100, 0, 2
Luminance
0.1850
Every format
| HEX | #c300fa |
| RGB | rgb(195, 0, 250) |
| HSL | hsl(287, 100%, 49%) |
| CMYK | cmyk(22%, 100%, 0%, 2%) |
| LAB | lab(50.1 89.0 -75.0) |
| LCH | lch(50.1 116.4 319.9) |
| OKLCH | oklch(0.611 0.301 315.1) |
Copy-ready code
/* CSS */
color: #c300fa;
background-color: #c300fa;
/* Tailwind (arbitrary) */
class="text-[#c300fa] bg-[#c300fa]"
/* SCSS */
$brand: #c300fa;
/* SwiftUI */
Color(red: 0.765, green: 0.000, blue: 0.980)
/* Android */
Color.parseColor("#c300fa")Accessibility — WCAG contrast
Aa
#c300fa on white: 4.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c300fa on black: 4.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green0.0%
Blue98.0%
CMYK percentages
Cyan22.0%
Magenta100.0%
Yellow0.0%
Key (black)2.0%
Color previews
#c300fa text on a black background
contrast 4.70:1
Card sample
#c300fa text on a white background
contrast 4.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c300fa;
Background color
Panel with #c300fa background
background-color: #c300fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c300fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 0, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 0, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c300fa; background: linear-gradient(135deg, #c300fa, #FA008A);