#f02ef1
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 46, 241
HSL
300°, 87%, 56%
CMYK
0, 81, 0, 6
Luminance
0.2683
Every format
| HEX | #f02ef1 |
| RGB | rgb(240, 46, 241) |
| HSL | hsl(300, 87%, 56%) |
| CMYK | cmyk(0%, 81%, 0%, 6%) |
| LAB | lab(58.8 88.5 -55.6) |
| LCH | lch(58.8 104.5 327.9) |
| OKLCH | oklch(0.684 0.291 328.0) |
Copy-ready code
/* CSS */
color: #f02ef1;
background-color: #f02ef1;
/* Tailwind (arbitrary) */
class="text-[#f02ef1] bg-[#f02ef1]"
/* SCSS */
$brand: #f02ef1;
/* SwiftUI */
Color(red: 0.941, green: 0.180, blue: 0.945)
/* Android */
Color.parseColor("#f02ef1")Accessibility — WCAG contrast
Aa
#f02ef1 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f02ef1 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green18.0%
Blue94.5%
CMYK percentages
Cyan0.4%
Magenta80.9%
Yellow0.0%
Key (black)5.5%
Color previews
#f02ef1 text on a black background
contrast 6.37:1
Card sample
#f02ef1 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f02ef1;
Background color
Panel with #f02ef1 background
background-color: #f02ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f02ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 46, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 46, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f02ef1; background: linear-gradient(135deg, #f02ef1, #F12E70);