#f054eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
240, 84, 235
HSL
302°, 84%, 64%
CMYK
0, 65, 2, 6
Luminance
0.3086
Every format
| HEX | #f054eb |
| RGB | rgb(240, 84, 235) |
| HSL | hsl(302, 84%, 64%) |
| CMYK | cmyk(0%, 65%, 2%, 6%) |
| LAB | lab(62.4 76.5 -46.6) |
| LCH | lch(62.4 89.5 328.7) |
| OKLCH | oklch(0.709 0.251 329.2) |
Copy-ready code
/* CSS */
color: #f054eb;
background-color: #f054eb;
/* Tailwind (arbitrary) */
class="text-[#f054eb] bg-[#f054eb]"
/* SCSS */
$brand: #f054eb;
/* SwiftUI */
Color(red: 0.941, green: 0.329, blue: 0.922)
/* Android */
Color.parseColor("#f054eb")Accessibility — WCAG contrast
Aa
#f054eb on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f054eb on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green32.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta65.0%
Yellow2.1%
Key (black)5.9%
Color previews
#f054eb text on a black background
contrast 7.17:1
Card sample
#f054eb text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f054eb;
Background color
Panel with #f054eb background
background-color: #f054eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f054eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 84, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 84, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f054eb; background: linear-gradient(135deg, #f054eb, #F05483);