#cc64df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 100, 223
HSL
291°, 66%, 63%
CMYK
9, 55, 0, 13
Luminance
0.2728
Every format
| HEX | #cc64df |
| RGB | rgb(204, 100, 223) |
| HSL | hsl(291, 66%, 63%) |
| CMYK | cmyk(9%, 55%, 0%, 13%) |
| LAB | lab(59.2 58.9 -45.2) |
| LCH | lch(59.2 74.2 322.5) |
| OKLCH | oklch(0.673 0.200 321.2) |
Copy-ready code
/* CSS */
color: #cc64df;
background-color: #cc64df;
/* Tailwind (arbitrary) */
class="text-[#cc64df] bg-[#cc64df]"
/* SCSS */
$brand: #cc64df;
/* SwiftUI */
Color(red: 0.800, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#cc64df")Accessibility — WCAG contrast
Aa
#cc64df on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc64df on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green39.2%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cc64df text on a black background
contrast 6.46:1
Card sample
#cc64df text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc64df;
Background color
Panel with #cc64df background
background-color: #cc64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc64df; background: linear-gradient(135deg, #cc64df, #DF64A0);