#f39494
a light, electric red · warm · closest name: salmon
RGB
243, 148, 148
HSL
0°, 80%, 77%
CMYK
0, 39, 39, 5
Luminance
0.4237
Every format
| HEX | #f39494 |
| RGB | rgb(243, 148, 148) |
| HSL | hsl(0, 80%, 77%) |
| CMYK | cmyk(0%, 39%, 39%, 5%) |
| LAB | lab(71.1 35.7 15.3) |
| LCH | lch(71.1 38.9 23.2) |
| OKLCH | oklch(0.765 0.115 20.1) |
Copy-ready code
/* CSS */
color: #f39494;
background-color: #f39494;
/* Tailwind (arbitrary) */
class="text-[#f39494] bg-[#f39494]"
/* SCSS */
$brand: #f39494;
/* SwiftUI */
Color(red: 0.953, green: 0.580, blue: 0.580)
/* Android */
Color.parseColor("#f39494")Accessibility — WCAG contrast
Aa
#f39494 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39494 on black: 9.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green58.0%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta39.1%
Yellow39.1%
Key (black)4.7%
Color previews
#f39494 text on a black background
contrast 9.47:1
Card sample
#f39494 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39494;
Background color
Panel with #f39494 background
background-color: #f39494;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39494;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 148, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 148, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39494; background: linear-gradient(135deg, #f39494, #F3D394);