#f403ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 3, 238
HSL
302°, 98%, 48%
CMYK
0, 99, 3, 4
Luminance
0.2547
Every format
| HEX | #f403ee |
| RGB | rgb(244, 3, 238) |
| HSL | hsl(302, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 3%, 4%) |
| LAB | lab(57.5 94.0 -55.9) |
| LCH | lch(57.5 109.4 329.2) |
| OKLCH | oklch(0.676 0.308 329.7) |
Copy-ready code
/* CSS */
color: #f403ee;
background-color: #f403ee;
/* Tailwind (arbitrary) */
class="text-[#f403ee] bg-[#f403ee]"
/* SCSS */
$brand: #f403ee;
/* SwiftUI */
Color(red: 0.957, green: 0.012, blue: 0.933)
/* Android */
Color.parseColor("#f403ee")Accessibility — WCAG contrast
Aa
#f403ee on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f403ee on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green1.2%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow2.5%
Key (black)4.3%
Color previews
#f403ee text on a black background
contrast 6.09:1
Card sample
#f403ee text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f403ee;
Background color
Panel with #f403ee background
background-color: #f403ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f403ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 3, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 3, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f403ee; background: linear-gradient(135deg, #f403ee, #F4034D);