#c64fcf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 79, 207
HSL
296°, 57%, 56%
CMYK
4, 62, 0, 19
Luminance
0.2210
Every format
| HEX | #c64fcf |
| RGB | rgb(198, 79, 207) |
| HSL | hsl(296, 57%, 56%) |
| CMYK | cmyk(4%, 62%, 0%, 19%) |
| LAB | lab(54.1 63.9 -44.2) |
| LCH | lch(54.1 77.7 325.3) |
| OKLCH | oklch(0.632 0.213 324.8) |
Copy-ready code
/* CSS */
color: #c64fcf;
background-color: #c64fcf;
/* Tailwind (arbitrary) */
class="text-[#c64fcf] bg-[#c64fcf]"
/* SCSS */
$brand: #c64fcf;
/* SwiftUI */
Color(red: 0.776, green: 0.310, blue: 0.812)
/* Android */
Color.parseColor("#c64fcf")Accessibility — WCAG contrast
Aa
#c64fcf on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c64fcf on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green31.0%
Blue81.2%
CMYK percentages
Cyan4.3%
Magenta61.8%
Yellow0.0%
Key (black)18.8%
Color previews
#c64fcf text on a black background
contrast 5.42:1
Card sample
#c64fcf text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c64fcf;
Background color
Panel with #c64fcf background
background-color: #c64fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c64fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 79, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 79, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c64fcf; background: linear-gradient(135deg, #c64fcf, #CF4F83);