#f38372
a light, electric red · warm · closest name: salmon
RGB
243, 131, 114
HSL
8°, 84%, 70%
CMYK
0, 46, 53, 5
Luminance
0.3650
Every format
| HEX | #f38372 |
| RGB | rgb(243, 131, 114) |
| HSL | hsl(8, 84%, 70%) |
| CMYK | cmyk(0%, 46%, 53%, 5%) |
| LAB | lab(66.9 41.1 28.4) |
| LCH | lch(66.9 50.0 34.6) |
| OKLCH | oklch(0.730 0.140 29.9) |
Copy-ready code
/* CSS */
color: #f38372;
background-color: #f38372;
/* Tailwind (arbitrary) */
class="text-[#f38372] bg-[#f38372]"
/* SCSS */
$brand: #f38372;
/* SwiftUI */
Color(red: 0.953, green: 0.514, blue: 0.447)
/* Android */
Color.parseColor("#f38372")Accessibility — WCAG contrast
Aa
#f38372 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38372 on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.4%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow53.1%
Key (black)4.7%
Color previews
#f38372 text on a black background
contrast 8.30:1
Card sample
#f38372 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38372;
Background color
Panel with #f38372 background
background-color: #f38372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 131, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 131, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38372; background: linear-gradient(135deg, #f38372, #F3D972);