#f29178
a light, electric red · warm · closest name: salmon
RGB
242, 145, 120
HSL
12°, 82%, 71%
CMYK
0, 40, 50, 5
Luminance
0.4048
Every format
| HEX | #f29178 |
| RGB | rgb(242, 145, 120) |
| HSL | hsl(12, 82%, 71%) |
| CMYK | cmyk(0%, 40%, 50%, 5%) |
| LAB | lab(69.8 34.1 28.9) |
| LCH | lch(69.8 44.7 40.3) |
| OKLCH | oklch(0.753 0.123 35.3) |
Copy-ready code
/* CSS */
color: #f29178;
background-color: #f29178;
/* Tailwind (arbitrary) */
class="text-[#f29178] bg-[#f29178]"
/* SCSS */
$brand: #f29178;
/* SwiftUI */
Color(red: 0.949, green: 0.569, blue: 0.471)
/* Android */
Color.parseColor("#f29178")Accessibility — WCAG contrast
Aa
#f29178 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29178 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green56.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta40.1%
Yellow50.4%
Key (black)5.1%
Color previews
#f29178 text on a black background
contrast 9.10:1
Card sample
#f29178 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29178;
Background color
Panel with #f29178 background
background-color: #f29178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 145, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 145, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29178; background: linear-gradient(135deg, #f29178, #F2E278);