#f14eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 78, 238
HSL
301°, 85%, 63%
CMYK
0, 68, 1, 6
Luminance
0.3032
Every format
| HEX | #f14eee |
| RGB | rgb(241, 78, 238) |
| HSL | hsl(301, 85%, 63%) |
| CMYK | cmyk(0%, 68%, 1%, 6%) |
| LAB | lab(61.9 79.3 -49.0) |
| LCH | lch(61.9 93.2 328.3) |
| OKLCH | oklch(0.706 0.260 328.7) |
Copy-ready code
/* CSS */
color: #f14eee;
background-color: #f14eee;
/* Tailwind (arbitrary) */
class="text-[#f14eee] bg-[#f14eee]"
/* SCSS */
$brand: #f14eee;
/* SwiftUI */
Color(red: 0.945, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#f14eee")Accessibility — WCAG contrast
Aa
#f14eee on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f14eee on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green30.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta67.6%
Yellow1.2%
Key (black)5.5%
Color previews
#f14eee text on a black background
contrast 7.06:1
Card sample
#f14eee text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14eee;
Background color
Panel with #f14eee background
background-color: #f14eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14eee; background: linear-gradient(135deg, #f14eee, #F14E81);