#cf64b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 178
HSL
316°, 53%, 60%
CMYK
0, 52, 14, 19
Luminance
0.2559
Every format
| HEX | #cf64b2 |
| RGB | rgb(207, 100, 178) |
| HSL | hsl(316, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 14%, 19%) |
| LAB | lab(57.6 51.9 -22.0) |
| LCH | lch(57.6 56.4 337.0) |
| OKLCH | oklch(0.656 0.164 338.8) |
Copy-ready code
/* CSS */
color: #cf64b2;
background-color: #cf64b2;
/* Tailwind (arbitrary) */
class="text-[#cf64b2] bg-[#cf64b2]"
/* SCSS */
$brand: #cf64b2;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.698)
/* Android */
Color.parseColor("#cf64b2")Accessibility — WCAG contrast
Aa
#cf64b2 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64b2 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow14.0%
Key (black)18.8%
Color previews
#cf64b2 text on a black background
contrast 6.12:1
Card sample
#cf64b2 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64b2;
Background color
Panel with #cf64b2 background
background-color: #cf64b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64b2; background: linear-gradient(135deg, #cf64b2, #CF646B);