#c64eb6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 78, 182
HSL
308°, 51%, 54%
CMYK
0, 61, 8, 22
Luminance
0.2083
Every format
| HEX | #c64eb6 |
| RGB | rgb(198, 78, 182) |
| HSL | hsl(308, 51%, 54%) |
| CMYK | cmyk(0%, 61%, 8%, 22%) |
| LAB | lab(52.8 60.1 -32.0) |
| LCH | lch(52.8 68.1 332.0) |
| OKLCH | oklch(0.618 0.194 333.2) |
Copy-ready code
/* CSS */
color: #c64eb6;
background-color: #c64eb6;
/* Tailwind (arbitrary) */
class="text-[#c64eb6] bg-[#c64eb6]"
/* SCSS */
$brand: #c64eb6;
/* SwiftUI */
Color(red: 0.776, green: 0.306, blue: 0.714)
/* Android */
Color.parseColor("#c64eb6")Accessibility — WCAG contrast
Aa
#c64eb6 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64eb6 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green30.6%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow8.1%
Key (black)22.4%
Color previews
#c64eb6 text on a black background
contrast 5.17:1
Card sample
#c64eb6 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64eb6;
Background color
Panel with #c64eb6 background
background-color: #c64eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 78, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 78, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64eb6; background: linear-gradient(135deg, #c64eb6, #C64E66);