#f04ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 78, 241
HSL
300°, 85%, 63%
CMYK
0, 68, 0, 6
Luminance
0.3032
Every format
| HEX | #f04ef1 |
| RGB | rgb(240, 78, 241) |
| HSL | hsl(300, 85%, 63%) |
| CMYK | cmyk(0%, 68%, 0%, 6%) |
| LAB | lab(61.9 79.5 -50.6) |
| LCH | lch(61.9 94.3 327.5) |
| OKLCH | oklch(0.706 0.262 327.7) |
Copy-ready code
/* CSS */
color: #f04ef1;
background-color: #f04ef1;
/* Tailwind (arbitrary) */
class="text-[#f04ef1] bg-[#f04ef1]"
/* SCSS */
$brand: #f04ef1;
/* SwiftUI */
Color(red: 0.941, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#f04ef1")Accessibility — WCAG contrast
Aa
#f04ef1 on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f04ef1 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green30.6%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#f04ef1 text on a black background
contrast 7.06:1
Card sample
#f04ef1 text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f04ef1;
Background color
Panel with #f04ef1 background
background-color: #f04ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f04ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f04ef1; background: linear-gradient(135deg, #f04ef1, #F14E85);