#c628ff
a balanced, electric violet · warm · closest name: magenta
RGB
198, 40, 255
HSL
284°, 100%, 58%
CMYK
22, 84, 0, 0
Luminance
0.2074
Every format
| HEX | #c628ff |
| RGB | rgb(198, 40, 255) |
| HSL | hsl(284, 100%, 58%) |
| CMYK | cmyk(22%, 84%, 0%, 0%) |
| LAB | lab(52.7 85.1 -73.6) |
| LCH | lch(52.7 112.6 319.1) |
| OKLCH | oklch(0.631 0.291 314.2) |
Copy-ready code
/* CSS */
color: #c628ff;
background-color: #c628ff;
/* Tailwind (arbitrary) */
class="text-[#c628ff] bg-[#c628ff]"
/* SCSS */
$brand: #c628ff;
/* SwiftUI */
Color(red: 0.776, green: 0.157, blue: 1.000)
/* Android */
Color.parseColor("#c628ff")Accessibility — WCAG contrast
Aa
#c628ff on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c628ff on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green15.7%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta84.3%
Yellow0.0%
Key (black)0.0%
Color previews
#c628ff text on a black background
contrast 5.15:1
Card sample
#c628ff text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c628ff;
Background color
Panel with #c628ff background
background-color: #c628ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c628ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 40, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 40, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c628ff; background: linear-gradient(135deg, #c628ff, #FF28A9);