#f17469
a light, electric red · warm · closest name: salmon
RGB
241, 116, 105
HSL
5°, 83%, 68%
CMYK
0, 52, 56, 6
Luminance
0.3221
Every format
| HEX | #f17469 |
| RGB | rgb(241, 116, 105) |
| HSL | hsl(5, 83%, 68%) |
| CMYK | cmyk(0%, 52%, 56%, 6%) |
| LAB | lab(63.5 47.1 29.0) |
| LCH | lch(63.5 55.3 31.6) |
| OKLCH | oklch(0.704 0.156 26.9) |
Copy-ready code
/* CSS */
color: #f17469;
background-color: #f17469;
/* Tailwind (arbitrary) */
class="text-[#f17469] bg-[#f17469]"
/* SCSS */
$brand: #f17469;
/* SwiftUI */
Color(red: 0.945, green: 0.455, blue: 0.412)
/* Android */
Color.parseColor("#f17469")Accessibility — WCAG contrast
Aa
#f17469 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f17469 on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green45.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow56.4%
Key (black)5.5%
Color previews
#f17469 text on a black background
contrast 7.44:1
Card sample
#f17469 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f17469;
Background color
Panel with #f17469 background
background-color: #f17469;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f17469;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 116, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 116, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f17469; background: linear-gradient(135deg, #f17469, #F1CF69);