#f433fd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 51, 253
HSL
297°, 98%, 60%
CMYK
4, 80, 0, 1
Luminance
0.2869
Every format
| HEX | #f433fd |
| RGB | rgb(244, 51, 253) |
| HSL | hsl(297, 98%, 60%) |
| CMYK | cmyk(4%, 80%, 0%, 1%) |
| LAB | lab(60.5 89.9 -59.5) |
| LCH | lch(60.5 107.8 326.5) |
| OKLCH | oklch(0.699 0.297 326.1) |
Copy-ready code
/* CSS */
color: #f433fd;
background-color: #f433fd;
/* Tailwind (arbitrary) */
class="text-[#f433fd] bg-[#f433fd]"
/* SCSS */
$brand: #f433fd;
/* SwiftUI */
Color(red: 0.957, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#f433fd")Accessibility — WCAG contrast
Aa
#f433fd on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f433fd on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green20.0%
Blue99.2%
CMYK percentages
Cyan3.6%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f433fd text on a black background
contrast 6.74:1
Card sample
#f433fd text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f433fd;
Background color
Panel with #f433fd background
background-color: #f433fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f433fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f433fd; background: linear-gradient(135deg, #f433fd, #FD337F);