#f46afd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 106, 253
HSL
296°, 97%, 70%
CMYK
4, 58, 0, 1
Luminance
0.3663
Every format
| HEX | #f46afd |
| RGB | rgb(244, 106, 253) |
| HSL | hsl(296, 97%, 70%) |
| CMYK | cmyk(4%, 58%, 0%, 1%) |
| LAB | lab(67.0 71.6 -49.2) |
| LCH | lch(67.0 86.9 325.5) |
| OKLCH | oklch(0.746 0.238 325.2) |
Copy-ready code
/* CSS */
color: #f46afd;
background-color: #f46afd;
/* Tailwind (arbitrary) */
class="text-[#f46afd] bg-[#f46afd]"
/* SCSS */
$brand: #f46afd;
/* SwiftUI */
Color(red: 0.957, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#f46afd")Accessibility — WCAG contrast
Aa
#f46afd on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46afd on black: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green41.6%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f46afd text on a black background
contrast 8.33:1
Card sample
#f46afd text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46afd;
Background color
Panel with #f46afd background
background-color: #f46afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46afd; background: linear-gradient(135deg, #f46afd, #FD6AA4);