#f540eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
245, 64, 235
HSL
303°, 90%, 61%
CMYK
0, 74, 4, 4
Luminance
0.2908
Every format
| HEX | #f540eb |
| RGB | rgb(245, 64, 235) |
| HSL | hsl(303, 90%, 61%) |
| CMYK | cmyk(0%, 74%, 4%, 4%) |
| LAB | lab(60.9 84.1 -49.0) |
| LCH | lch(60.9 97.3 329.8) |
| OKLCH | oklch(0.699 0.274 330.5) |
Copy-ready code
/* CSS */
color: #f540eb;
background-color: #f540eb;
/* Tailwind (arbitrary) */
class="text-[#f540eb] bg-[#f540eb]"
/* SCSS */
$brand: #f540eb;
/* SwiftUI */
Color(red: 0.961, green: 0.251, blue: 0.922)
/* Android */
Color.parseColor("#f540eb")Accessibility — WCAG contrast
Aa
#f540eb on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f540eb on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green25.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta73.9%
Yellow4.1%
Key (black)3.9%
Color previews
#f540eb text on a black background
contrast 6.82:1
Card sample
#f540eb text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f540eb;
Background color
Panel with #f540eb background
background-color: #f540eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f540eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 64, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 64, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f540eb; background: linear-gradient(135deg, #f540eb, #F54072);