#c64eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 78, 179
HSL
310°, 51%, 54%
CMYK
0, 61, 10, 22
Luminance
0.2071
Every format
| HEX | #c64eb3 |
| RGB | rgb(198, 78, 179) |
| HSL | hsl(310, 51%, 54%) |
| CMYK | cmyk(0%, 61%, 10%, 22%) |
| LAB | lab(52.6 59.6 -30.5) |
| LCH | lch(52.6 67.0 332.9) |
| OKLCH | oklch(0.617 0.192 334.3) |
Copy-ready code
/* CSS */
color: #c64eb3;
background-color: #c64eb3;
/* Tailwind (arbitrary) */
class="text-[#c64eb3] bg-[#c64eb3]"
/* SCSS */
$brand: #c64eb3;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.702)
/* Android */
Color.parseColor("#c64eb3")Accessibility — WCAG contrast
Aa
#c64eb3 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64eb3 on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow9.6%
Key (black)22.4%
Color previews
#c64eb3 text on a black background
contrast 5.14:1
Card sample
#c64eb3 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64eb3;
Background color
Panel with #c64eb3 background
background-color: #c64eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64eb3; background: linear-gradient(135deg, #c64eb3, #C64E63);