#f464cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 100, 207
HSL
315°, 87%, 68%
CMYK
0, 59, 15, 4
Luminance
0.3285
Every format
| HEX | #f464cf |
| RGB | rgb(244, 100, 207) |
| HSL | hsl(315, 87%, 68%) |
| CMYK | cmyk(0%, 59%, 15%, 4%) |
| LAB | lab(64.0 66.9 -28.3) |
| LCH | lch(64.0 72.6 337.1) |
| OKLCH | oklch(0.718 0.211 338.9) |
Copy-ready code
/* CSS */
color: #f464cf;
background-color: #f464cf;
/* Tailwind (arbitrary) */
class="text-[#f464cf] bg-[#f464cf]"
/* SCSS */
$brand: #f464cf;
/* SwiftUI */
Color(red: 0.957, green: 0.392, blue: 0.812)
/* Android */
Color.parseColor("#f464cf")Accessibility — WCAG contrast
Aa
#f464cf on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f464cf on black: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green39.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta59.0%
Yellow15.2%
Key (black)4.3%
Color previews
#f464cf text on a black background
contrast 7.57:1
Card sample
#f464cf text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f464cf;
Background color
Panel with #f464cf background
background-color: #f464cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f464cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 100, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 100, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f464cf; background: linear-gradient(135deg, #f464cf, #F4646F);