#f29586
a light, electric red · warm · closest name: salmon
RGB
242, 149, 134
HSL
8°, 81%, 74%
CMYK
0, 38, 45, 5
Luminance
0.4209
Every format
| HEX | #f29586 |
| RGB | rgb(242, 149, 134) |
| HSL | hsl(8, 81%, 74%) |
| CMYK | cmyk(0%, 38%, 45%, 5%) |
| LAB | lab(70.9 33.3 22.8) |
| LCH | lch(70.9 40.4 34.3) |
| OKLCH | oklch(0.762 0.115 29.8) |
Copy-ready code
/* CSS */
color: #f29586;
background-color: #f29586;
/* Tailwind (arbitrary) */
class="text-[#f29586] bg-[#f29586]"
/* SCSS */
$brand: #f29586;
/* SwiftUI */
Color(red: 0.949, green: 0.584, blue: 0.525)
/* Android */
Color.parseColor("#f29586")Accessibility — WCAG contrast
Aa
#f29586 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29586 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green58.4%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta38.4%
Yellow44.6%
Key (black)5.1%
Color previews
#f29586 text on a black background
contrast 9.42:1
Card sample
#f29586 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29586;
Background color
Panel with #f29586 background
background-color: #f29586;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29586;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 149, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 149, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29586; background: linear-gradient(135deg, #f29586, #F2DD86);