#c75df0
a light, electric violet · warm · closest name: violet
RGB
199, 93, 240
HSL
283°, 83%, 65%
CMYK
17, 61, 0, 6
Luminance
0.2626
Every format
| HEX | #c75df0 |
| RGB | rgb(199, 93, 240) |
| HSL | hsl(283, 83%, 65%) |
| CMYK | cmyk(17%, 61%, 0%, 6%) |
| LAB | lab(58.3 64.2 -56.2) |
| LCH | lch(58.3 85.3 318.8) |
| OKLCH | oklch(0.668 0.224 315.3) |
Copy-ready code
/* CSS */
color: #c75df0;
background-color: #c75df0;
/* Tailwind (arbitrary) */
class="text-[#c75df0] bg-[#c75df0]"
/* SCSS */
$brand: #c75df0;
/* SwiftUI */
Color(red: 0.780, green: 0.365, blue: 0.941)
/* Android */
Color.parseColor("#c75df0")Accessibility — WCAG contrast
Aa
#c75df0 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75df0 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.5%
Blue94.1%
CMYK percentages
Cyan17.1%
Magenta61.2%
Yellow0.0%
Key (black)5.9%
Color previews
#c75df0 text on a black background
contrast 6.25:1
Card sample
#c75df0 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75df0;
Background color
Panel with #c75df0 background
background-color: #c75df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 93, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 93, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75df0; background: linear-gradient(135deg, #c75df0, #F05DB7);