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