#cf64c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 194
HSL
307°, 53%, 60%
CMYK
0, 52, 6, 19
Luminance
0.2627
Every format
| HEX | #cf64c2 |
| RGB | rgb(207, 100, 194) |
| HSL | hsl(307, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 6%, 19%) |
| LAB | lab(58.3 54.5 -30.2) |
| LCH | lch(58.3 62.3 331.0) |
| OKLCH | oklch(0.663 0.176 332.2) |
Copy-ready code
/* CSS */
color: #cf64c2;
background-color: #cf64c2;
/* Tailwind (arbitrary) */
class="text-[#cf64c2] bg-[#cf64c2]"
/* SCSS */
$brand: #cf64c2;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.761)
/* Android */
Color.parseColor("#cf64c2")Accessibility — WCAG contrast
Aa
#cf64c2 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64c2 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow6.3%
Key (black)18.8%
Color previews
#cf64c2 text on a black background
contrast 6.25:1
Card sample
#cf64c2 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64c2;
Background color
Panel with #cf64c2 background
background-color: #cf64c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64c2; background: linear-gradient(135deg, #cf64c2, #CF647B);