#f14850
a balanced, electric red · warm · closest name: crimson
RGB
241, 72, 80
HSL
357°, 86%, 61%
CMYK
0, 70, 67, 6
Luminance
0.2391
Every format
| HEX | #f14850 |
| RGB | rgb(241, 72, 80) |
| HSL | hsl(357, 86%, 61%) |
| CMYK | cmyk(0%, 70%, 67%, 6%) |
| LAB | lab(56.0 64.5 33.6) |
| LCH | lch(56.0 72.7 27.6) |
| OKLCH | oklch(0.646 0.205 22.6) |
Copy-ready code
/* CSS */
color: #f14850;
background-color: #f14850;
/* Tailwind (arbitrary) */
class="text-[#f14850] bg-[#f14850]"
/* SCSS */
$brand: #f14850;
/* SwiftUI */
Color(red: 0.945, green: 0.282, blue: 0.314)
/* Android */
Color.parseColor("#f14850")Accessibility — WCAG contrast
Aa
#f14850 on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14850 on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green28.2%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta70.1%
Yellow66.8%
Key (black)5.5%
Color previews
#f14850 text on a black background
contrast 5.78:1
Card sample
#f14850 text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14850;
Background color
Panel with #f14850 background
background-color: #f14850;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14850;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 72, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 72, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14850; background: linear-gradient(135deg, #f14850, #F1B148);