#f43fef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 63, 239
HSL
302°, 89%, 60%
CMYK
0, 74, 2, 4
Luminance
0.2902
Every format
| HEX | #f43fef |
| RGB | rgb(244, 63, 239) |
| HSL | hsl(302, 89%, 60%) |
| CMYK | cmyk(0%, 74%, 2%, 4%) |
| LAB | lab(60.8 84.8 -51.3) |
| LCH | lch(60.8 99.1 328.8) |
| OKLCH | oklch(0.699 0.278 329.3) |
Copy-ready code
/* CSS */
color: #f43fef;
background-color: #f43fef;
/* Tailwind (arbitrary) */
class="text-[#f43fef] bg-[#f43fef]"
/* SCSS */
$brand: #f43fef;
/* SwiftUI */
Color(red: 0.957, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#f43fef")Accessibility — WCAG contrast
Aa
#f43fef on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f43fef on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green24.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta74.2%
Yellow2.0%
Key (black)4.3%
Color previews
#f43fef text on a black background
contrast 6.80:1
Card sample
#f43fef text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f43fef;
Background color
Panel with #f43fef background
background-color: #f43fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f43fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f43fef; background: linear-gradient(135deg, #f43fef, #F43F76);