#f44eb0
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 78, 176
HSL
325°, 88%, 63%
CMYK
0, 68, 28, 4
Luminance
0.2782
Every format
| HEX | #f44eb0 |
| RGB | rgb(244, 78, 176) |
| HSL | hsl(325, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 28%, 4%) |
| LAB | lab(59.7 71.4 -17.2) |
| LCH | lch(59.7 73.5 346.5) |
| OKLCH | oklch(0.682 0.222 348.2) |
Copy-ready code
/* CSS */
color: #f44eb0;
background-color: #f44eb0;
/* Tailwind (arbitrary) */
class="text-[#f44eb0] bg-[#f44eb0]"
/* SCSS */
$brand: #f44eb0;
/* SwiftUI */
Color(red: 0.957, green: 0.306, blue: 0.690)
/* Android */
Color.parseColor("#f44eb0")Accessibility — WCAG contrast
Aa
#f44eb0 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44eb0 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow27.9%
Key (black)4.3%
Color previews
#f44eb0 text on a black background
contrast 6.56:1
Card sample
#f44eb0 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44eb0;
Background color
Panel with #f44eb0 background
background-color: #f44eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 78, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 78, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44eb0; background: linear-gradient(135deg, #f44eb0, #F45B4E);