#f13eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 62, 238
HSL
301°, 87%, 59%
CMYK
0, 74, 1, 6
Luminance
0.2832
Every format
| HEX | #f13eee |
| RGB | rgb(241, 62, 238) |
| HSL | hsl(301, 87%, 59%) |
| CMYK | cmyk(0%, 74%, 1%, 6%) |
| LAB | lab(60.2 84.3 -51.7) |
| LCH | lch(60.2 98.9 328.5) |
| OKLCH | oklch(0.693 0.277 328.8) |
Copy-ready code
/* CSS */
color: #f13eee;
background-color: #f13eee;
/* Tailwind (arbitrary) */
class="text-[#f13eee] bg-[#f13eee]"
/* SCSS */
$brand: #f13eee;
/* SwiftUI */
Color(red: 0.945, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#f13eee")Accessibility — WCAG contrast
Aa
#f13eee on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f13eee on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green24.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow1.2%
Key (black)5.5%
Color previews
#f13eee text on a black background
contrast 6.66:1
Card sample
#f13eee text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f13eee;
Background color
Panel with #f13eee background
background-color: #f13eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f13eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f13eee; background: linear-gradient(135deg, #f13eee, #F13E77);