#f033ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 51, 238
HSL
301°, 86%, 57%
CMYK
0, 79, 1, 6
Luminance
0.2707
Every format
| HEX | #f033ee |
| RGB | rgb(240, 51, 238) |
| HSL | hsl(301, 86%, 57%) |
| CMYK | cmyk(0%, 79%, 1%, 6%) |
| LAB | lab(59.0 86.9 -53.6) |
| LCH | lch(59.0 102.1 328.4) |
| OKLCH | oklch(0.685 0.285 328.6) |
Copy-ready code
/* CSS */
color: #f033ee;
background-color: #f033ee;
/* Tailwind (arbitrary) */
class="text-[#f033ee] bg-[#f033ee]"
/* SCSS */
$brand: #f033ee;
/* SwiftUI */
Color(red: 0.941, green: 0.200, blue: 0.933)
/* Android */
Color.parseColor("#f033ee")Accessibility — WCAG contrast
Aa
#f033ee on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f033ee on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green20.0%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow0.8%
Key (black)5.9%
Color previews
#f033ee text on a black background
contrast 6.41:1
Card sample
#f033ee text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f033ee;
Background color
Panel with #f033ee background
background-color: #f033ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f033ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 51, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 51, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f033ee; background: linear-gradient(135deg, #f033ee, #F03370);