#f01eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
240, 30, 238
HSL
301°, 88%, 53%
CMYK
0, 88, 1, 6
Luminance
0.2563
Every format
| HEX | #f01eee |
| RGB | rgb(240, 30, 238) |
| HSL | hsl(301, 88%, 53%) |
| CMYK | cmyk(0%, 88%, 1%, 6%) |
| LAB | lab(57.7 90.9 -55.7) |
| LCH | lch(57.7 106.6 328.5) |
| OKLCH | oklch(0.675 0.298 328.7) |
Copy-ready code
/* CSS */
color: #f01eee;
background-color: #f01eee;
/* Tailwind (arbitrary) */
class="text-[#f01eee] bg-[#f01eee]"
/* SCSS */
$brand: #f01eee;
/* SwiftUI */
Color(red: 0.941, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#f01eee")Accessibility — WCAG contrast
Aa
#f01eee on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f01eee on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green11.8%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow0.8%
Key (black)5.9%
Color previews
#f01eee text on a black background
contrast 6.13:1
Card sample
#f01eee text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f01eee;
Background color
Panel with #f01eee background
background-color: #f01eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f01eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f01eee; background: linear-gradient(135deg, #f01eee, #F01E62);