#c64eb1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 78, 177
HSL
311°, 51%, 54%
CMYK
0, 61, 11, 22
Luminance
0.2063
Every format
| HEX | #c64eb1 |
| RGB | rgb(198, 78, 177) |
| HSL | hsl(311, 51%, 54%) |
| CMYK | cmyk(0%, 61%, 11%, 22%) |
| LAB | lab(52.5 59.3 -29.4) |
| LCH | lch(52.5 66.2 333.6) |
| OKLCH | oklch(0.616 0.190 335.1) |
Copy-ready code
/* CSS */
color: #c64eb1;
background-color: #c64eb1;
/* Tailwind (arbitrary) */
class="text-[#c64eb1] bg-[#c64eb1]"
/* SCSS */
$brand: #c64eb1;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.694)
/* Android */
Color.parseColor("#c64eb1")Accessibility — WCAG contrast
Aa
#c64eb1 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64eb1 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow10.6%
Key (black)22.4%
Color previews
#c64eb1 text on a black background
contrast 5.13:1
Card sample
#c64eb1 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64eb1;
Background color
Panel with #c64eb1 background
background-color: #c64eb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64eb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64eb1; background: linear-gradient(135deg, #c64eb1, #C64E61);