#f1694e
a balanced, electric red · warm · closest name: tomato
RGB
241, 105, 78
HSL
10°, 85%, 63%
CMYK
0, 56, 68, 6
Luminance
0.2935
Every format
| HEX | #f1694e |
| RGB | rgb(241, 105, 78) |
| HSL | hsl(10, 85%, 63%) |
| CMYK | cmyk(0%, 56%, 68%, 6%) |
| LAB | lab(61.1 50.6 40.9) |
| LCH | lch(61.1 65.1 38.9) |
| OKLCH | oklch(0.684 0.173 32.9) |
Copy-ready code
/* CSS */
color: #f1694e;
background-color: #f1694e;
/* Tailwind (arbitrary) */
class="text-[#f1694e] bg-[#f1694e]"
/* SCSS */
$brand: #f1694e;
/* SwiftUI */
Color(red: 0.945, green: 0.412, blue: 0.306)
/* Android */
Color.parseColor("#f1694e")Accessibility — WCAG contrast
Aa
#f1694e on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f1694e on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green41.2%
Blue30.6%
CMYK percentages
Cyan0.0%
Magenta56.4%
Yellow67.6%
Key (black)5.5%
Color previews
#f1694e text on a black background
contrast 6.87:1
Card sample
#f1694e text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1694e;
Background color
Panel with #f1694e background
background-color: #f1694e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1694e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 105, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 105, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1694e; background: linear-gradient(135deg, #f1694e, #F1D54E);