#f1237e
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
241, 35, 126
HSL
334°, 88%, 54%
CMYK
0, 86, 48, 6
Luminance
0.2141
Every format
| HEX | #f1237e |
| RGB | rgb(241, 35, 126) |
| HSL | hsl(334, 88%, 54%) |
| CMYK | cmyk(0%, 86%, 48%, 6%) |
| LAB | lab(53.4 77.6 2.8) |
| LCH | lch(53.4 77.6 2.1) |
| OKLCH | oklch(0.630 0.239 1.9) |
Copy-ready code
/* CSS */
color: #f1237e;
background-color: #f1237e;
/* Tailwind (arbitrary) */
class="text-[#f1237e] bg-[#f1237e]"
/* SCSS */
$brand: #f1237e;
/* SwiftUI */
Color(red: 0.945, green: 0.137, blue: 0.494)
/* Android */
Color.parseColor("#f1237e")Accessibility — WCAG contrast
Aa
#f1237e on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f1237e on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green13.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow47.7%
Key (black)5.5%
Color previews
#f1237e text on a black background
contrast 5.28:1
Card sample
#f1237e text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1237e;
Background color
Panel with #f1237e background
background-color: #f1237e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1237e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 35, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 35, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1237e; background: linear-gradient(135deg, #f1237e, #F15123);