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