#f29973
a light, electric orange · warm · closest name: salmon
RGB
242, 153, 115
HSL
18°, 83%, 70%
CMYK
0, 37, 53, 5
Luminance
0.4290
Every format
| HEX | #f29973 |
| RGB | rgb(242, 153, 115) |
| HSL | hsl(18, 83%, 70%) |
| CMYK | cmyk(0%, 37%, 53%, 5%) |
| LAB | lab(71.5 29.5 33.8) |
| LCH | lch(71.5 44.9 48.9) |
| OKLCH | oklch(0.765 0.119 43.7) |
Copy-ready code
/* CSS */
color: #f29973;
background-color: #f29973;
/* Tailwind (arbitrary) */
class="text-[#f29973] bg-[#f29973]"
/* SCSS */
$brand: #f29973;
/* SwiftUI */
Color(red: 0.949, green: 0.600, blue: 0.451)
/* Android */
Color.parseColor("#f29973")Accessibility — WCAG contrast
Aa
#f29973 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f29973 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green60.0%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow52.5%
Key (black)5.1%
Color previews
#f29973 text on a black background
contrast 9.58:1
Card sample
#f29973 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f29973;
Background color
Panel with #f29973 background
background-color: #f29973;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f29973;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 153, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 153, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f29973; background: linear-gradient(135deg, #f29973, #F2EE73);