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