#c63eb7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 62, 183
HSL
307°, 54%, 51%
CMYK
0, 69, 8, 22
Luminance
0.1887
Every format
| HEX | #c63eb7 |
| RGB | rgb(198, 62, 183) |
| HSL | hsl(307, 54%, 51%) |
| CMYK | cmyk(0%, 69%, 8%, 22%) |
| LAB | lab(50.5 66.6 -36.1) |
| LCH | lch(50.5 75.7 331.6) |
| OKLCH | oklch(0.602 0.216 332.7) |
Copy-ready code
/* CSS */
color: #c63eb7;
background-color: #c63eb7;
/* Tailwind (arbitrary) */
class="text-[#c63eb7] bg-[#c63eb7]"
/* SCSS */
$brand: #c63eb7;
/* SwiftUI */
Color(red: 0.776, green: 0.243, blue: 0.718)
/* Android */
Color.parseColor("#c63eb7")Accessibility — WCAG contrast
Aa
#c63eb7 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c63eb7 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green24.3%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta68.7%
Yellow7.6%
Key (black)22.4%
Color previews
#c63eb7 text on a black background
contrast 4.77:1
Card sample
#c63eb7 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c63eb7;
Background color
Panel with #c63eb7 background
background-color: #c63eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c63eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 62, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 62, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c63eb7; background: linear-gradient(135deg, #c63eb7, #C63E5C);