#f244fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
242, 68, 253
HSL
296°, 98%, 63%
CMYK
4, 73, 0, 1
Luminance
0.3010
Every format
| HEX | #f244fd |
| RGB | rgb(242, 68, 253) |
| HSL | hsl(296, 98%, 63%) |
| CMYK | cmyk(4%, 73%, 0%, 1%) |
| LAB | lab(61.8 85.1 -57.6) |
| LCH | lch(61.8 102.7 325.9) |
| OKLCH | oklch(0.707 0.282 325.4) |
Copy-ready code
/* CSS */
color: #f244fd;
background-color: #f244fd;
/* Tailwind (arbitrary) */
class="text-[#f244fd] bg-[#f244fd]"
/* SCSS */
$brand: #f244fd;
/* SwiftUI */
Color(red: 0.949, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#f244fd")Accessibility — WCAG contrast
Aa
#f244fd on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f244fd on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green26.7%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#f244fd text on a black background
contrast 7.02:1
Card sample
#f244fd text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f244fd;
Background color
Panel with #f244fd background
background-color: #f244fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f244fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f244fd; background: linear-gradient(135deg, #f244fd, #FD448D);