#c641fd
a balanced, electric violet · warm · closest name: magenta
RGB
198, 65, 253
HSL
282°, 98%, 62%
CMYK
22, 74, 0, 1
Luminance
0.2288
Every format
| HEX | #c641fd |
| RGB | rgb(198, 65, 253) |
| HSL | hsl(282, 98%, 62%) |
| CMYK | cmyk(22%, 74%, 0%, 1%) |
| LAB | lab(55.0 77.7 -68.8) |
| LCH | lch(55.0 103.8 318.5) |
| OKLCH | oklch(0.646 0.269 313.7) |
Copy-ready code
/* CSS */
color: #c641fd;
background-color: #c641fd;
/* Tailwind (arbitrary) */
class="text-[#c641fd] bg-[#c641fd]"
/* SCSS */
$brand: #c641fd;
/* SwiftUI */
Color(red: 0.776, green: 0.255, blue: 0.992)
/* Android */
Color.parseColor("#c641fd")Accessibility — WCAG contrast
Aa
#c641fd on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c641fd on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green25.5%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta74.3%
Yellow0.0%
Key (black)0.8%
Color previews
#c641fd text on a black background
contrast 5.58:1
Card sample
#c641fd text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c641fd;
Background color
Panel with #c641fd background
background-color: #c641fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c641fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 65, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 65, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c641fd; background: linear-gradient(135deg, #c641fd, #FD41B7);