#c75bfd
a light, electric violet · warm · closest name: violet
RGB
199, 91, 253
HSL
280°, 98%, 68%
CMYK
21, 64, 0, 1
Luminance
0.2672
Every format
| HEX | #c75bfd |
| RGB | rgb(199, 91, 253) |
| HSL | hsl(280, 98%, 68%) |
| CMYK | cmyk(21%, 64%, 0%, 1%) |
| LAB | lab(58.7 67.7 -62.8) |
| LCH | lch(58.7 92.3 317.2) |
| OKLCH | oklch(0.673 0.239 312.4) |
Copy-ready code
/* CSS */
color: #c75bfd;
background-color: #c75bfd;
/* Tailwind (arbitrary) */
class="text-[#c75bfd] bg-[#c75bfd]"
/* SCSS */
$brand: #c75bfd;
/* SwiftUI */
Color(red: 0.780, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#c75bfd")Accessibility — WCAG contrast
Aa
#c75bfd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c75bfd on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green35.7%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#c75bfd text on a black background
contrast 6.34:1
Card sample
#c75bfd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c75bfd;
Background color
Panel with #c75bfd background
background-color: #c75bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c75bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c75bfd; background: linear-gradient(135deg, #c75bfd, #FD5BC7);