#f494fd
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 148, 253
HSL
295°, 96%, 79%
CMYK
4, 42, 0, 1
Luminance
0.4750
Every format
| HEX | #f494fd |
| RGB | rgb(244, 148, 253) |
| HSL | hsl(295, 96%, 79%) |
| CMYK | cmyk(4%, 42%, 0%, 1%) |
| LAB | lab(74.5 51.8 -37.5) |
| LCH | lch(74.5 63.9 324.1) |
| OKLCH | oklch(0.801 0.174 323.9) |
Copy-ready code
/* CSS */
color: #f494fd;
background-color: #f494fd;
/* Tailwind (arbitrary) */
class="text-[#f494fd] bg-[#f494fd]"
/* SCSS */
$brand: #f494fd;
/* SwiftUI */
Color(red: 0.957, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#f494fd")Accessibility — WCAG contrast
Aa
#f494fd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f494fd on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green58.0%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta41.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f494fd text on a black background
contrast 10.50:1
Card sample
#f494fd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f494fd;
Background color
Panel with #f494fd background
background-color: #f494fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f494fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f494fd; background: linear-gradient(135deg, #f494fd, #FD94C0);