#c75cff
a light, electric violet · warm · closest name: magenta
RGB
199, 92, 255
HSL
279°, 100%, 68%
CMYK
22, 64, 0, 0
Luminance
0.2702
Every format
| HEX | #c75cff |
| RGB | rgb(199, 92, 255) |
| HSL | hsl(279, 100%, 68%) |
| CMYK | cmyk(22%, 64%, 0%, 0%) |
| LAB | lab(59.0 67.7 -63.4) |
| LCH | lch(59.0 92.8 316.9) |
| OKLCH | oklch(0.676 0.240 311.9) |
Copy-ready code
/* CSS */
color: #c75cff;
background-color: #c75cff;
/* Tailwind (arbitrary) */
class="text-[#c75cff] bg-[#c75cff]"
/* SCSS */
$brand: #c75cff;
/* SwiftUI */
Color(red: 0.780, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#c75cff")Accessibility — WCAG contrast
Aa
#c75cff on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75cff on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.1%
Blue100.0%
CMYK percentages
Cyan22.0%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c75cff text on a black background
contrast 6.40:1
Card sample
#c75cff text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75cff;
Background color
Panel with #c75cff background
background-color: #c75cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75cff; background: linear-gradient(135deg, #c75cff, #FF5CCA);