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