#f027eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 39, 235
HSL
302°, 87%, 55%
CMYK
0, 84, 2, 6
Luminance
0.2597
Every format
| HEX | #f027eb |
| RGB | rgb(240, 39, 235) |
| HSL | hsl(302, 87%, 55%) |
| CMYK | cmyk(0%, 84%, 2%, 6%) |
| LAB | lab(58.0 89.0 -53.5) |
| LCH | lch(58.0 103.8 329.0) |
| OKLCH | oklch(0.677 0.291 329.4) |
Copy-ready code
/* CSS */
color: #f027eb;
background-color: #f027eb;
/* Tailwind (arbitrary) */
class="text-[#f027eb] bg-[#f027eb]"
/* SCSS */
$brand: #f027eb;
/* SwiftUI */
Color(red: 0.941, green: 0.153, blue: 0.922)
/* Android */
Color.parseColor("#f027eb")Accessibility — WCAG contrast
Aa
#f027eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f027eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green15.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow2.1%
Key (black)5.9%
Color previews
#f027eb text on a black background
contrast 6.19:1
Card sample
#f027eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f027eb;
Background color
Panel with #f027eb background
background-color: #f027eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f027eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 39, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 39, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f027eb; background: linear-gradient(135deg, #f027eb, #F02765);