#ff64cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 100, 207
HSL
319°, 100%, 70%
CMYK
0, 61, 19, 0
Luminance
0.3488
Every format
| HEX | #ff64cf |
| RGB | rgb(255, 100, 207) |
| HSL | hsl(319, 100%, 70%) |
| CMYK | cmyk(0%, 61%, 19%, 0%) |
| LAB | lab(65.7 69.8 -25.6) |
| LCH | lch(65.7 74.4 339.8) |
| OKLCH | oklch(0.733 0.219 341.7) |
Copy-ready code
/* CSS */
color: #ff64cf;
background-color: #ff64cf;
/* Tailwind (arbitrary) */
class="text-[#ff64cf] bg-[#ff64cf]"
/* SCSS */
$brand: #ff64cf;
/* SwiftUI */
Color(red: 1.000, green: 0.392, blue: 0.812)
/* Android */
Color.parseColor("#ff64cf")Accessibility — WCAG contrast
Aa
#ff64cf on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff64cf on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow18.8%
Key (black)0.0%
Color previews
#ff64cf text on a black background
contrast 7.98:1
Card sample
#ff64cf text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff64cf;
Background color
Panel with #ff64cf background
background-color: #ff64cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff64cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 100, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 100, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff64cf; background: linear-gradient(135deg, #ff64cf, #FF6468);