#c633df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
198, 51, 223
HSL
291°, 73%, 54%
CMYK
11, 77, 0, 13
Luminance
0.1970
Every format
| HEX | #c633df |
| RGB | rgb(198, 51, 223) |
| HSL | hsl(291, 73%, 54%) |
| CMYK | cmyk(11%, 77%, 0%, 13%) |
| LAB | lab(51.5 76.7 -57.5) |
| LCH | lch(51.5 95.9 323.1) |
| OKLCH | oklch(0.616 0.258 321.3) |
Copy-ready code
/* CSS */
color: #c633df;
background-color: #c633df;
/* Tailwind (arbitrary) */
class="text-[#c633df] bg-[#c633df]"
/* SCSS */
$brand: #c633df;
/* SwiftUI */
Color(red: 0.776, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#c633df")Accessibility — WCAG contrast
Aa
#c633df on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c633df on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green20.0%
Blue87.5%
CMYK percentages
Cyan11.2%
Magenta77.1%
Yellow0.0%
Key (black)12.5%
Color previews
#c633df text on a black background
contrast 4.94:1
Card sample
#c633df text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c633df;
Background color
Panel with #c633df background
background-color: #c633df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c633df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c633df; background: linear-gradient(135deg, #c633df, #DF3385);