#f14141
a balanced, electric red · warm · closest name: crimson
RGB
241, 65, 65
HSL
0°, 86%, 60%
CMYK
0, 73, 73, 6
Luminance
0.2286
Every format
| HEX | #f14141 |
| RGB | rgb(241, 65, 65) |
| HSL | hsl(0, 86%, 60%) |
| CMYK | cmyk(0%, 73%, 73%, 6%) |
| LAB | lab(54.9 66.2 40.9) |
| LCH | lch(54.9 77.8 31.7) |
| OKLCH | oklch(0.637 0.213 25.6) |
Copy-ready code
/* CSS */
color: #f14141;
background-color: #f14141;
/* Tailwind (arbitrary) */
class="text-[#f14141] bg-[#f14141]"
/* SCSS */
$brand: #f14141;
/* SwiftUI */
Color(red: 0.945, green: 0.255, blue: 0.255)
/* Android */
Color.parseColor("#f14141")Accessibility — WCAG contrast
Aa
#f14141 on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14141 on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green25.5%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow73.0%
Key (black)5.5%
Color previews
#f14141 text on a black background
contrast 5.57:1
Card sample
#f14141 text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14141;
Background color
Panel with #f14141 background
background-color: #f14141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 65, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 65, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14141; background: linear-gradient(135deg, #f14141, #F1B641);