#c64fd6
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 79, 214
HSL
293°, 62%, 58%
CMYK
8, 63, 0, 16
Luminance
0.2245
Every format
| HEX | #c64fd6 |
| RGB | rgb(198, 79, 214) |
| HSL | hsl(293, 62%, 58%) |
| CMYK | cmyk(8%, 63%, 0%, 16%) |
| LAB | lab(54.5 65.2 -47.6) |
| LCH | lch(54.5 80.7 323.8) |
| OKLCH | oklch(0.636 0.219 322.8) |
Copy-ready code
/* CSS */
color: #c64fd6;
background-color: #c64fd6;
/* Tailwind (arbitrary) */
class="text-[#c64fd6] bg-[#c64fd6]"
/* SCSS */
$brand: #c64fd6;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.839)
/* Android */
Color.parseColor("#c64fd6")Accessibility — WCAG contrast
Aa
#c64fd6 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64fd6 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue83.9%
CMYK percentages
Cyan7.5%
Magenta63.1%
Yellow0.0%
Key (black)16.1%
Color previews
#c64fd6 text on a black background
contrast 5.49:1
Card sample
#c64fd6 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64fd6;
Background color
Panel with #c64fd6 background
background-color: #c64fd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64fd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64fd6; background: linear-gradient(135deg, #c64fd6, #D64F8C);