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