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