#f46dff
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 109, 255
HSL
296°, 100%, 71%
CMYK
4, 57, 0, 0
Luminance
0.3739
Every format
| HEX | #f46dff |
| RGB | rgb(244, 109, 255) |
| HSL | hsl(296, 100%, 71%) |
| CMYK | cmyk(4%, 57%, 0%, 0%) |
| LAB | lab(67.6 70.7 -49.4) |
| LCH | lch(67.6 86.2 325.0) |
| OKLCH | oklch(0.750 0.236 324.6) |
Copy-ready code
/* CSS */
color: #f46dff;
background-color: #f46dff;
/* Tailwind (arbitrary) */
class="text-[#f46dff] bg-[#f46dff]"
/* SCSS */
$brand: #f46dff;
/* SwiftUI */
Color(red: 0.957, green: 0.427, blue: 1.000)
/* Android */
Color.parseColor("#f46dff")Accessibility — WCAG contrast
Aa
#f46dff on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46dff on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.7%
Blue100.0%
CMYK percentages
Cyan4.3%
Magenta57.3%
Yellow0.0%
Key (black)0.0%
Color previews
#f46dff text on a black background
contrast 8.48:1
Card sample
#f46dff text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46dff;
Background color
Panel with #f46dff background
background-color: #f46dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 109, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 109, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46dff; background: linear-gradient(135deg, #f46dff, #FF6DA9);