#f37372
a light, electric red · warm · closest name: salmon
RGB
243, 115, 114
HSL
1°, 84%, 70%
CMYK
0, 53, 53, 5
Luminance
0.3253
Every format
| HEX | #f37372 |
| RGB | rgb(243, 115, 114) |
| HSL | hsl(1, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 53%, 5%) |
| LAB | lab(63.8 49.0 24.3) |
| LCH | lch(63.8 54.7 26.4) |
| OKLCH | oklch(0.707 0.158 22.4) |
Copy-ready code
/* CSS */
color: #f37372;
background-color: #f37372;
/* Tailwind (arbitrary) */
class="text-[#f37372] bg-[#f37372]"
/* SCSS */
$brand: #f37372;
/* SwiftUI */
Color(red: 0.953, green: 0.451, blue: 0.447)
/* Android */
Color.parseColor("#f37372")Accessibility — WCAG contrast
Aa
#f37372 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37372 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green45.1%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow53.1%
Key (black)4.7%
Color previews
#f37372 text on a black background
contrast 7.51:1
Card sample
#f37372 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37372;
Background color
Panel with #f37372 background
background-color: #f37372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 115, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 115, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37372; background: linear-gradient(135deg, #f37372, #F3C972);