#c644ff
a balanced, electric violet · warm · closest name: magenta
RGB
198, 68, 255
HSL
282°, 100%, 63%
CMYK
22, 73, 0, 0
Luminance
0.2336
Every format
| HEX | #c644ff |
| RGB | rgb(198, 68, 255) |
| HSL | hsl(282, 100%, 63%) |
| CMYK | cmyk(22%, 73%, 0%, 0%) |
| LAB | lab(55.4 77.1 -69.1) |
| LCH | lch(55.4 103.5 318.1) |
| OKLCH | oklch(0.650 0.268 313.1) |
Copy-ready code
/* CSS */
color: #c644ff;
background-color: #c644ff;
/* Tailwind (arbitrary) */
class="text-[#c644ff] bg-[#c644ff]"
/* SCSS */
$brand: #c644ff;
/* SwiftUI */
Color(red: 0.776, green: 0.267, blue: 1.000)
/* Android */
Color.parseColor("#c644ff")Accessibility — WCAG contrast
Aa
#c644ff on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c644ff on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green26.7%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta73.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c644ff text on a black background
contrast 5.67:1
Card sample
#c644ff text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c644ff;
Background color
Panel with #c644ff background
background-color: #c644ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c644ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 68, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 68, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c644ff; background: linear-gradient(135deg, #c644ff, #FF44BB);