#f44eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
244, 78, 238
HSL
302°, 88%, 63%
CMYK
0, 68, 3, 4
Luminance
0.3085
Every format
| HEX | #f44eee |
| RGB | rgb(244, 78, 238) |
| HSL | hsl(302, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 3%, 4%) |
| LAB | lab(62.4 80.0 -48.2) |
| LCH | lch(62.4 93.4 328.9) |
| OKLCH | oklch(0.710 0.262 329.4) |
Copy-ready code
/* CSS */
color: #f44eee;
background-color: #f44eee;
/* Tailwind (arbitrary) */
class="text-[#f44eee] bg-[#f44eee]"
/* SCSS */
$brand: #f44eee;
/* SwiftUI */
Color(red: 0.957, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#f44eee")Accessibility — WCAG contrast
Aa
#f44eee on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f44eee on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow2.5%
Key (black)4.3%
Color previews
#f44eee text on a black background
contrast 7.17:1
Card sample
#f44eee text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44eee;
Background color
Panel with #f44eee background
background-color: #f44eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44eee; background: linear-gradient(135deg, #f44eee, #F44E7F);