#c628df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 40, 223
HSL
292°, 74%, 52%
CMYK
11, 82, 0, 13
Luminance
0.1885
Every format
| HEX | #c628df |
| RGB | rgb(198, 40, 223) |
| HSL | hsl(292, 74%, 52%) |
| CMYK | cmyk(11%, 82%, 0%, 13%) |
| LAB | lab(50.5 79.6 -59.1) |
| LCH | lch(50.5 99.1 323.4) |
| OKLCH | oklch(0.609 0.267 321.5) |
Copy-ready code
/* CSS */
color: #c628df;
background-color: #c628df;
/* Tailwind (arbitrary) */
class="text-[#c628df] bg-[#c628df]"
/* SCSS */
$brand: #c628df;
/* SwiftUI */
Color(red: 0.776, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#c628df")Accessibility — WCAG contrast
Aa
#c628df on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c628df on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green15.7%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c628df text on a black background
contrast 4.77:1
Card sample
#c628df text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c628df;
Background color
Panel with #c628df background
background-color: #c628df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c628df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c628df; background: linear-gradient(135deg, #c628df, #DF287E);