#cf64bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 188
HSL
311°, 53%, 60%
CMYK
0, 52, 9, 19
Luminance
0.2601
Every format
| HEX | #cf64bc |
| RGB | rgb(207, 100, 188) |
| HSL | hsl(311, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 9%, 19%) |
| LAB | lab(58.0 53.5 -27.2) |
| LCH | lch(58.0 60.0 333.1) |
| OKLCH | oklch(0.660 0.171 334.5) |
Copy-ready code
/* CSS */
color: #cf64bc;
background-color: #cf64bc;
/* Tailwind (arbitrary) */
class="text-[#cf64bc] bg-[#cf64bc]"
/* SCSS */
$brand: #cf64bc;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.737)
/* Android */
Color.parseColor("#cf64bc")Accessibility — WCAG contrast
Aa
#cf64bc on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64bc on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow9.2%
Key (black)18.8%
Color previews
#cf64bc text on a black background
contrast 6.20:1
Card sample
#cf64bc text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64bc;
Background color
Panel with #cf64bc background
background-color: #cf64bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64bc; background: linear-gradient(135deg, #cf64bc, #CF6475);