#c63eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 62, 176
HSL
310°, 54%, 51%
CMYK
0, 69, 11, 22
Luminance
0.1859
Every format
| HEX | #c63eb0 |
| RGB | rgb(198, 62, 176) |
| HSL | hsl(310, 54%, 51%) |
| CMYK | cmyk(0%, 69%, 11%, 22%) |
| LAB | lab(50.2 65.5 -32.5) |
| LCH | lch(50.2 73.2 333.6) |
| OKLCH | oklch(0.598 0.211 335.1) |
Copy-ready code
/* CSS */
color: #c63eb0;
background-color: #c63eb0;
/* Tailwind (arbitrary) */
class="text-[#c63eb0] bg-[#c63eb0]"
/* SCSS */
$brand: #c63eb0;
/* SwiftUI */
Color(red: 0.776, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#c63eb0")Accessibility — WCAG contrast
Aa
#c63eb0 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63eb0 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green24.3%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow11.1%
Key (black)22.4%
Color previews
#c63eb0 text on a black background
contrast 4.72:1
Card sample
#c63eb0 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63eb0;
Background color
Panel with #c63eb0 background
background-color: #c63eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63eb0; background: linear-gradient(135deg, #c63eb0, #C63E55);