#c644fd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 68, 253
HSL
282°, 98%, 63%
CMYK
22, 73, 0, 1
Luminance
0.2323
Every format
| HEX | #c644fd |
| RGB | rgb(198, 68, 253) |
| HSL | hsl(282, 98%, 63%) |
| CMYK | cmyk(22%, 73%, 0%, 1%) |
| LAB | lab(55.3 76.7 -68.2) |
| LCH | lch(55.3 102.7 318.3) |
| OKLCH | oklch(0.649 0.266 313.5) |
Copy-ready code
/* CSS */
color: #c644fd;
background-color: #c644fd;
/* Tailwind (arbitrary) */
class="text-[#c644fd] bg-[#c644fd]"
/* SCSS */
$brand: #c644fd;
/* SwiftUI */
Color(red: 0.776, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#c644fd")Accessibility — WCAG contrast
Aa
#c644fd on white: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c644fd on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green26.7%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c644fd text on a black background
contrast 5.65:1
Card sample
#c644fd text on a white background
contrast 3.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c644fd;
Background color
Panel with #c644fd background
background-color: #c644fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c644fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c644fd; background: linear-gradient(135deg, #c644fd, #FD44B8);