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