#f14d48
a balanced, electric red · warm · closest name: tomato
RGB
241, 77, 72
HSL
2°, 86%, 61%
CMYK
0, 68, 70, 6
Luminance
0.2448
Every format
| HEX | #f14d48 |
| RGB | rgb(241, 77, 72) |
| HSL | hsl(2, 86%, 61%) |
| CMYK | cmyk(0%, 68%, 70%, 6%) |
| LAB | lab(56.6 62.2 38.8) |
| LCH | lch(56.6 73.3 32.0) |
| OKLCH | oklch(0.649 0.201 26.2) |
Copy-ready code
/* CSS */
color: #f14d48;
background-color: #f14d48;
/* Tailwind (arbitrary) */
class="text-[#f14d48] bg-[#f14d48]"
/* SCSS */
$brand: #f14d48;
/* SwiftUI */
Color(red: 0.945, green: 0.302, blue: 0.282)
/* Android */
Color.parseColor("#f14d48")Accessibility — WCAG contrast
Aa
#f14d48 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f14d48 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green30.2%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow70.1%
Key (black)5.5%
Color previews
#f14d48 text on a black background
contrast 5.90:1
Card sample
#f14d48 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f14d48;
Background color
Panel with #f14d48 background
background-color: #f14d48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f14d48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 77, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 77, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f14d48; background: linear-gradient(135deg, #f14d48, #F1BE48);