#cf64df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 223
HSL
292°, 66%, 63%
CMYK
7, 55, 0, 13
Luminance
0.2771
Every format
| HEX | #cf64df |
| RGB | rgb(207, 100, 223) |
| HSL | hsl(292, 66%, 63%) |
| CMYK | cmyk(7%, 55%, 0%, 13%) |
| LAB | lab(59.6 59.7 -44.5) |
| LCH | lch(59.6 74.5 323.3) |
| OKLCH | oklch(0.677 0.202 322.3) |
Copy-ready code
/* CSS */
color: #cf64df;
background-color: #cf64df;
/* Tailwind (arbitrary) */
class="text-[#cf64df] bg-[#cf64df]"
/* SCSS */
$brand: #cf64df;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#cf64df")Accessibility — WCAG contrast
Aa
#cf64df on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64df on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cf64df text on a black background
contrast 6.54:1
Card sample
#cf64df text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64df;
Background color
Panel with #cf64df background
background-color: #cf64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64df; background: linear-gradient(135deg, #cf64df, #DF649D);