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