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