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