#f049eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 73, 235
HSL
302°, 85%, 61%
CMYK
0, 70, 2, 6
Luminance
0.2929
Every format
| HEX | #f049eb |
| RGB | rgb(240, 73, 235) |
| HSL | hsl(302, 85%, 61%) |
| CMYK | cmyk(0%, 70%, 2%, 6%) |
| LAB | lab(61.0 80.3 -48.7) |
| LCH | lch(61.0 93.9 328.8) |
| OKLCH | oklch(0.699 0.263 329.2) |
Copy-ready code
/* CSS */
color: #f049eb;
background-color: #f049eb;
/* Tailwind (arbitrary) */
class="text-[#f049eb] bg-[#f049eb]"
/* SCSS */
$brand: #f049eb;
/* SwiftUI */
Color(red: 0.941, green: 0.286, blue: 0.922)
/* Android */
Color.parseColor("#f049eb")Accessibility — WCAG contrast
Aa
#f049eb on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f049eb on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green28.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow2.1%
Key (black)5.9%
Color previews
#f049eb text on a black background
contrast 6.86:1
Card sample
#f049eb text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f049eb;
Background color
Panel with #f049eb background
background-color: #f049eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f049eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 73, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 73, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f049eb; background: linear-gradient(135deg, #f049eb, #F0497C);