#f41eb8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
244, 30, 184
HSL
317°, 91%, 54%
CMYK
0, 88, 25, 4
Luminance
0.2362
Every format
| HEX | #f41eb8 |
| RGB | rgb(244, 30, 184) |
| HSL | hsl(317, 91%, 54%) |
| CMYK | cmyk(0%, 88%, 25%, 4%) |
| LAB | lab(55.7 84.7 -28.0) |
| LCH | lch(55.7 89.2 341.7) |
| OKLCH | oklch(0.654 0.268 343.7) |
Copy-ready code
/* CSS */
color: #f41eb8;
background-color: #f41eb8;
/* Tailwind (arbitrary) */
class="text-[#f41eb8] bg-[#f41eb8]"
/* SCSS */
$brand: #f41eb8;
/* SwiftUI */
Color(red: 0.957, green: 0.118, blue: 0.722)
/* Android */
Color.parseColor("#f41eb8")Accessibility — WCAG contrast
Aa
#f41eb8 on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f41eb8 on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green11.8%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta87.7%
Yellow24.6%
Key (black)4.3%
Color previews
#f41eb8 text on a black background
contrast 5.72:1
Card sample
#f41eb8 text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f41eb8;
Background color
Panel with #f41eb8 background
background-color: #f41eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f41eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 30, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 30, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f41eb8; background: linear-gradient(135deg, #f41eb8, #F41E29);