#f18569
a light, electric red · warm · closest name: salmon
RGB
241, 133, 105
HSL
12°, 83%, 68%
CMYK
0, 45, 56, 6
Luminance
0.3650
Every format
| HEX | #f18569 |
| RGB | rgb(241, 133, 105) |
| HSL | hsl(12, 83%, 68%) |
| CMYK | cmyk(0%, 45%, 56%, 6%) |
| LAB | lab(66.9 38.7 33.3) |
| LCH | lch(66.9 51.0 40.8) |
| OKLCH | oklch(0.729 0.139 35.5) |
Copy-ready code
/* CSS */
color: #f18569;
background-color: #f18569;
/* Tailwind (arbitrary) */
class="text-[#f18569] bg-[#f18569]"
/* SCSS */
$brand: #f18569;
/* SwiftUI */
Color(red: 0.945, green: 0.522, blue: 0.412)
/* Android */
Color.parseColor("#f18569")Accessibility — WCAG contrast
Aa
#f18569 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f18569 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green52.2%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta44.8%
Yellow56.4%
Key (black)5.5%
Color previews
#f18569 text on a black background
contrast 8.30:1
Card sample
#f18569 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f18569;
Background color
Panel with #f18569 background
background-color: #f18569;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f18569;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 133, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 133, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f18569; background: linear-gradient(135deg, #f18569, #F1E069);