#f1237a
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
241, 35, 122
HSL
335°, 88%, 54%
CMYK
0, 86, 49, 6
Luminance
0.2131
Every format
| HEX | #f1237a |
| RGB | rgb(241, 35, 122) |
| HSL | hsl(335, 88%, 54%) |
| CMYK | cmyk(0%, 86%, 49%, 6%) |
| LAB | lab(53.3 77.3 5.0) |
| LCH | lch(53.3 77.4 3.7) |
| OKLCH | oklch(0.628 0.237 3.3) |
Copy-ready code
/* CSS */
color: #f1237a;
background-color: #f1237a;
/* Tailwind (arbitrary) */
class="text-[#f1237a] bg-[#f1237a]"
/* SCSS */
$brand: #f1237a;
/* SwiftUI */
Color(red: 0.945, green: 0.137, blue: 0.478)
/* Android */
Color.parseColor("#f1237a")Accessibility — WCAG contrast
Aa
#f1237a on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f1237a on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green13.7%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow49.4%
Key (black)5.5%
Color previews
#f1237a text on a black background
contrast 5.26:1
Card sample
#f1237a text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1237a;
Background color
Panel with #f1237a background
background-color: #f1237a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1237a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 35, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 35, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1237a; background: linear-gradient(135deg, #f1237a, #F15523);