#f044f3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 68, 243
HSL
299°, 88%, 61%
CMYK
1, 72, 0, 5
Luminance
0.2913
Every format
| HEX | #f044f3 |
| RGB | rgb(240, 68, 243) |
| HSL | hsl(299, 88%, 61%) |
| CMYK | cmyk(1%, 72%, 0%, 5%) |
| LAB | lab(60.9 83.1 -53.4) |
| LCH | lch(60.9 98.8 327.3) |
| OKLCH | oklch(0.699 0.274 327.3) |
Copy-ready code
/* CSS */
color: #f044f3;
background-color: #f044f3;
/* Tailwind (arbitrary) */
class="text-[#f044f3] bg-[#f044f3]"
/* SCSS */
$brand: #f044f3;
/* SwiftUI */
Color(red: 0.941, green: 0.267, blue: 0.953)
/* Android */
Color.parseColor("#f044f3")Accessibility — WCAG contrast
Aa
#f044f3 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f044f3 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green26.7%
Blue95.3%
CMYK percentages
Cyan1.2%
Magenta72.0%
Yellow0.0%
Key (black)4.7%
Color previews
#f044f3 text on a black background
contrast 6.83:1
Card sample
#f044f3 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f044f3;
Background color
Panel with #f044f3 background
background-color: #f044f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f044f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 68, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 68, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f044f3; background: linear-gradient(135deg, #f044f3, #F34481);