#f47b66
a light, electric red · warm · closest name: salmon
RGB
244, 123, 102
HSL
9°, 87%, 68%
CMYK
0, 50, 58, 4
Luminance
0.3436
Every format
| HEX | #f47b66 |
| RGB | rgb(244, 123, 102) |
| HSL | hsl(9, 87%, 68%) |
| CMYK | cmyk(0%, 50%, 58%, 4%) |
| LAB | lab(65.3 44.6 33.0) |
| LCH | lch(65.3 55.4 36.5) |
| OKLCH | oklch(0.717 0.153 31.3) |
Copy-ready code
/* CSS */
color: #f47b66;
background-color: #f47b66;
/* Tailwind (arbitrary) */
class="text-[#f47b66] bg-[#f47b66]"
/* SCSS */
$brand: #f47b66;
/* SwiftUI */
Color(red: 0.957, green: 0.482, blue: 0.400)
/* Android */
Color.parseColor("#f47b66")Accessibility — WCAG contrast
Aa
#f47b66 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47b66 on black: 7.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green48.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta49.6%
Yellow58.2%
Key (black)4.3%
Color previews
#f47b66 text on a black background
contrast 7.87:1
Card sample
#f47b66 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47b66;
Background color
Panel with #f47b66 background
background-color: #f47b66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47b66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 123, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 123, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47b66; background: linear-gradient(135deg, #f47b66, #F4DA66);