#c74dfd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 77, 253
HSL
282°, 98%, 65%
CMYK
21, 70, 0, 1
Luminance
0.2454
Every format
| HEX | #c74dfd |
| RGB | rgb(199, 77, 253) |
| HSL | hsl(282, 98%, 65%) |
| CMYK | cmyk(21%, 70%, 0%, 1%) |
| LAB | lab(56.6 73.5 -66.1) |
| LCH | lch(56.6 98.9 318.0) |
| OKLCH | oklch(0.659 0.257 313.3) |
Copy-ready code
/* CSS */
color: #c74dfd;
background-color: #c74dfd;
/* Tailwind (arbitrary) */
class="text-[#c74dfd] bg-[#c74dfd]"
/* SCSS */
$brand: #c74dfd;
/* SwiftUI */
Color(red: 0.780, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#c74dfd")Accessibility — WCAG contrast
Aa
#c74dfd on white: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c74dfd on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green30.2%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c74dfd text on a black background
contrast 5.91:1
Card sample
#c74dfd text on a white background
contrast 3.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c74dfd;
Background color
Panel with #c74dfd background
background-color: #c74dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c74dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c74dfd; background: linear-gradient(135deg, #c74dfd, #FD4DBE);