#cf64ce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 206
HSL
301°, 53%, 60%
CMYK
0, 52, 1, 19
Luminance
0.2684
Every format
| HEX | #cf64ce |
| RGB | rgb(207, 100, 206) |
| HSL | hsl(301, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 1%, 19%) |
| LAB | lab(58.8 56.6 -36.2) |
| LCH | lch(58.8 67.2 327.4) |
| OKLCH | oklch(0.669 0.186 327.8) |
Copy-ready code
/* CSS */
color: #cf64ce;
background-color: #cf64ce;
/* Tailwind (arbitrary) */
class="text-[#cf64ce] bg-[#cf64ce]"
/* SCSS */
$brand: #cf64ce;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.808)
/* Android */
Color.parseColor("#cf64ce")Accessibility — WCAG contrast
Aa
#cf64ce on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64ce on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow0.5%
Key (black)18.8%
Color previews
#cf64ce text on a black background
contrast 6.37:1
Card sample
#cf64ce text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64ce;
Background color
Panel with #cf64ce background
background-color: #cf64ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64ce; background: linear-gradient(135deg, #cf64ce, #CF6487);