#c64fd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 79, 212
HSL
294°, 61%, 57%
CMYK
7, 63, 0, 17
Luminance
0.2235
Every format
| HEX | #c64fd4 |
| RGB | rgb(198, 79, 212) |
| HSL | hsl(294, 61%, 57%) |
| CMYK | cmyk(7%, 63%, 0%, 17%) |
| LAB | lab(54.4 64.8 -46.7) |
| LCH | lch(54.4 79.8 324.2) |
| OKLCH | oklch(0.635 0.217 323.4) |
Copy-ready code
/* CSS */
color: #c64fd4;
background-color: #c64fd4;
/* Tailwind (arbitrary) */
class="text-[#c64fd4] bg-[#c64fd4]"
/* SCSS */
$brand: #c64fd4;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.831)
/* Android */
Color.parseColor("#c64fd4")Accessibility — WCAG contrast
Aa
#c64fd4 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64fd4 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue83.1%
CMYK percentages
Cyan6.6%
Magenta62.7%
Yellow0.0%
Key (black)16.9%
Color previews
#c64fd4 text on a black background
contrast 5.47:1
Card sample
#c64fd4 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64fd4;
Background color
Panel with #c64fd4 background
background-color: #c64fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64fd4; background: linear-gradient(135deg, #c64fd4, #D44F89);