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