#c75eee
a light, electric violet · warm · closest name: violet
RGB
199, 94, 238
HSL
284°, 81%, 65%
CMYK
16, 61, 0, 7
Luminance
0.2632
Every format
| HEX | #c75eee |
| RGB | rgb(199, 94, 238) |
| HSL | hsl(284, 81%, 65%) |
| CMYK | cmyk(16%, 61%, 0%, 7%) |
| LAB | lab(58.3 63.4 -55.0) |
| LCH | lch(58.3 83.9 319.0) |
| OKLCH | oklch(0.668 0.221 315.8) |
Copy-ready code
/* CSS */
color: #c75eee;
background-color: #c75eee;
/* Tailwind (arbitrary) */
class="text-[#c75eee] bg-[#c75eee]"
/* SCSS */
$brand: #c75eee;
/* SwiftUI */
Color(red: 0.780, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#c75eee")Accessibility — WCAG contrast
Aa
#c75eee on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75eee on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.9%
Blue93.3%
CMYK percentages
Cyan16.4%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#c75eee text on a black background
contrast 6.26:1
Card sample
#c75eee text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75eee;
Background color
Panel with #c75eee background
background-color: #c75eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75eee; background: linear-gradient(135deg, #c75eee, #EE5EB5);