#f035eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 53, 235
HSL
302°, 86%, 58%
CMYK
0, 78, 2, 6
Luminance
0.2707
Every format
| HEX | #f035eb |
| RGB | rgb(240, 53, 235) |
| HSL | hsl(302, 86%, 58%) |
| CMYK | cmyk(0%, 78%, 2%, 6%) |
| LAB | lab(59.0 86.0 -51.9) |
| LCH | lch(59.0 100.5 328.9) |
| OKLCH | oklch(0.684 0.282 329.3) |
Copy-ready code
/* CSS */
color: #f035eb;
background-color: #f035eb;
/* Tailwind (arbitrary) */
class="text-[#f035eb] bg-[#f035eb]"
/* SCSS */
$brand: #f035eb;
/* SwiftUI */
Color(red: 0.941, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#f035eb")Accessibility — WCAG contrast
Aa
#f035eb on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f035eb on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow2.1%
Key (black)5.9%
Color previews
#f035eb text on a black background
contrast 6.41:1
Card sample
#f035eb text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f035eb;
Background color
Panel with #f035eb background
background-color: #f035eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f035eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f035eb; background: linear-gradient(135deg, #f035eb, #F0356F);