#c75dfd
a light, electric violet · warm · closest name: violet
RGB
199, 93, 253
HSL
280°, 98%, 68%
CMYK
21, 63, 0, 1
Luminance
0.2706
Every format
| HEX | #c75dfd |
| RGB | rgb(199, 93, 253) |
| HSL | hsl(280, 98%, 68%) |
| CMYK | cmyk(21%, 63%, 0%, 1%) |
| LAB | lab(59.0 66.8 -62.3) |
| LCH | lch(59.0 91.3 317.0) |
| OKLCH | oklch(0.676 0.237 312.3) |
Copy-ready code
/* CSS */
color: #c75dfd;
background-color: #c75dfd;
/* Tailwind (arbitrary) */
class="text-[#c75dfd] bg-[#c75dfd]"
/* SCSS */
$brand: #c75dfd;
/* SwiftUI */
Color(red: 0.780, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#c75dfd")Accessibility — WCAG contrast
Aa
#c75dfd on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75dfd on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green36.5%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#c75dfd text on a black background
contrast 6.41:1
Card sample
#c75dfd text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75dfd;
Background color
Panel with #c75dfd background
background-color: #c75dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75dfd; background: linear-gradient(135deg, #c75dfd, #FD5DC8);