#cf64ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 100, 172
HSL
320°, 53%, 60%
CMYK
0, 52, 17, 19
Luminance
0.2536
Every format
| HEX | #cf64ac |
| RGB | rgb(207, 100, 172) |
| HSL | hsl(320, 53%, 60%) |
| CMYK | cmyk(0%, 52%, 17%, 19%) |
| LAB | lab(57.4 51.0 -18.9) |
| LCH | lch(57.4 54.4 339.7) |
| OKLCH | oklch(0.654 0.159 341.5) |
Copy-ready code
/* CSS */
color: #cf64ac;
background-color: #cf64ac;
/* Tailwind (arbitrary) */
class="text-[#cf64ac] bg-[#cf64ac]"
/* SCSS */
$brand: #cf64ac;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.675)
/* Android */
Color.parseColor("#cf64ac")Accessibility — WCAG contrast
Aa
#cf64ac on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64ac on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow16.9%
Key (black)18.8%
Color previews
#cf64ac text on a black background
contrast 6.07:1
Card sample
#cf64ac text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64ac;
Background color
Panel with #cf64ac background
background-color: #cf64ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64ac; background: linear-gradient(135deg, #cf64ac, #CF6465);