#f46fd4
a light, electric magenta / pink · warm · closest name: orchid
RGB
244, 111, 212
HSL
314°, 86%, 70%
CMYK
0, 55, 13, 4
Luminance
0.3536
Every format
| HEX | #f46fd4 |
| RGB | rgb(244, 111, 212) |
| HSL | hsl(314, 86%, 70%) |
| CMYK | cmyk(0%, 55%, 13%, 4%) |
| LAB | lab(66.0 62.8 -28.0) |
| LCH | lch(66.0 68.8 336.0) |
| OKLCH | oklch(0.733 0.199 337.7) |
Copy-ready code
/* CSS */
color: #f46fd4;
background-color: #f46fd4;
/* Tailwind (arbitrary) */
class="text-[#f46fd4] bg-[#f46fd4]"
/* SCSS */
$brand: #f46fd4;
/* SwiftUI */
Color(red: 0.957, green: 0.435, blue: 0.831)
/* Android */
Color.parseColor("#f46fd4")Accessibility — WCAG contrast
Aa
#f46fd4 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46fd4 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green43.5%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow13.1%
Key (black)4.3%
Color previews
#f46fd4 text on a black background
contrast 8.07:1
Card sample
#f46fd4 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46fd4;
Background color
Panel with #f46fd4 background
background-color: #f46fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 111, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 111, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46fd4; background: linear-gradient(135deg, #f46fd4, #F46F7B);