#f1485e
a balanced, electric red · warm · closest name: crimson
RGB
241, 72, 94
HSL
352°, 86%, 61%
CMYK
0, 70, 61, 6
Luminance
0.2414
Every format
| HEX | #f1485e |
| RGB | rgb(241, 72, 94) |
| HSL | hsl(352, 86%, 61%) |
| CMYK | cmyk(0%, 70%, 61%, 6%) |
| LAB | lab(56.2 65.3 25.8) |
| LCH | lch(56.2 70.2 21.6) |
| OKLCH | oklch(0.648 0.204 17.8) |
Copy-ready code
/* CSS */
color: #f1485e;
background-color: #f1485e;
/* Tailwind (arbitrary) */
class="text-[#f1485e] bg-[#f1485e]"
/* SCSS */
$brand: #f1485e;
/* SwiftUI */
Color(red: 0.945, green: 0.282, blue: 0.369)
/* Android */
Color.parseColor("#f1485e")Accessibility — WCAG contrast
Aa
#f1485e on white: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f1485e on black: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green28.2%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow61.0%
Key (black)5.5%
Color previews
#f1485e text on a black background
contrast 5.83:1
Card sample
#f1485e text on a white background
contrast 3.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1485e;
Background color
Panel with #f1485e background
background-color: #f1485e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1485e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 72, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 72, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1485e; background: linear-gradient(135deg, #f1485e, #F1A348);