#ff64af
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 100, 175
HSL
331°, 100%, 70%
CMYK
0, 61, 31, 0
Luminance
0.3347
Every format
| HEX | #ff64af |
| RGB | rgb(255, 100, 175) |
| HSL | hsl(331, 100%, 70%) |
| CMYK | cmyk(0%, 61%, 31%, 0%) |
| LAB | lab(64.5 65.8 -9.2) |
| LCH | lch(64.5 66.4 352.0) |
| OKLCH | oklch(0.721 0.202 353.3) |
Copy-ready code
/* CSS */
color: #ff64af;
background-color: #ff64af;
/* Tailwind (arbitrary) */
class="text-[#ff64af] bg-[#ff64af]"
/* SCSS */
$brand: #ff64af;
/* SwiftUI */
Color(red: 1.000, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#ff64af")Accessibility — WCAG contrast
Aa
#ff64af on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff64af on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green39.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta60.8%
Yellow31.4%
Key (black)0.0%
Color previews
#ff64af text on a black background
contrast 7.69:1
Card sample
#ff64af text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff64af;
Background color
Panel with #ff64af background
background-color: #ff64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff64af; background: linear-gradient(135deg, #ff64af, #FF8064);