#f16144
a balanced, electric red · warm · closest name: tomato
RGB
241, 97, 68
HSL
10°, 86%, 61%
CMYK
0, 60, 72, 6
Luminance
0.2767
Every format
| HEX | #f16144 |
| RGB | rgb(241, 97, 68) |
| HSL | hsl(10, 86%, 61%) |
| CMYK | cmyk(0%, 60%, 72%, 6%) |
| LAB | lab(59.6 53.8 44.5) |
| LCH | lch(59.6 69.8 39.6) |
| OKLCH | oklch(0.672 0.183 33.2) |
Copy-ready code
/* CSS */
color: #f16144;
background-color: #f16144;
/* Tailwind (arbitrary) */
class="text-[#f16144] bg-[#f16144]"
/* SCSS */
$brand: #f16144;
/* SwiftUI */
Color(red: 0.945, green: 0.380, blue: 0.267)
/* Android */
Color.parseColor("#f16144")Accessibility — WCAG contrast
Aa
#f16144 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f16144 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green38.0%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta59.8%
Yellow71.8%
Key (black)5.5%
Color previews
#f16144 text on a black background
contrast 6.53:1
Card sample
#f16144 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f16144;
Background color
Panel with #f16144 background
background-color: #f16144;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f16144;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 97, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 97, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f16144; background: linear-gradient(135deg, #f16144, #F1D444);