#f024ee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 36, 238
HSL
301°, 87%, 54%
CMYK
0, 85, 1, 6
Luminance
0.2596
Every format
| HEX | #f024ee |
| RGB | rgb(240, 36, 238) |
| HSL | hsl(301, 87%, 54%) |
| CMYK | cmyk(0%, 85%, 1%, 6%) |
| LAB | lab(58.0 90.0 -55.2) |
| LCH | lch(58.0 105.5 328.5) |
| OKLCH | oklch(0.678 0.295 328.7) |
Copy-ready code
/* CSS */
color: #f024ee;
background-color: #f024ee;
/* Tailwind (arbitrary) */
class="text-[#f024ee] bg-[#f024ee]"
/* SCSS */
$brand: #f024ee;
/* SwiftUI */
Color(red: 0.941, green: 0.141, blue: 0.933)
/* Android */
Color.parseColor("#f024ee")Accessibility — WCAG contrast
Aa
#f024ee on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f024ee on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green14.1%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow0.8%
Key (black)5.9%
Color previews
#f024ee text on a black background
contrast 6.19:1
Card sample
#f024ee text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f024ee;
Background color
Panel with #f024ee background
background-color: #f024ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f024ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 36, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 36, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f024ee; background: linear-gradient(135deg, #f024ee, #F02466);