#f38390
a light, electric red · warm · closest name: salmon
RGB
243, 131, 144
HSL
353°, 82%, 73%
CMYK
0, 46, 41, 5
Luminance
0.3730
Every format
| HEX | #f38390 |
| RGB | rgb(243, 131, 144) |
| HSL | hsl(353, 82%, 73%) |
| CMYK | cmyk(0%, 46%, 41%, 5%) |
| LAB | lab(67.5 44.0 12.5) |
| LCH | lch(67.5 45.7 15.8) |
| OKLCH | oklch(0.737 0.137 13.7) |
Copy-ready code
/* CSS */
color: #f38390;
background-color: #f38390;
/* Tailwind (arbitrary) */
class="text-[#f38390] bg-[#f38390]"
/* SCSS */
$brand: #f38390;
/* SwiftUI */
Color(red: 0.953, green: 0.514, blue: 0.565)
/* Android */
Color.parseColor("#f38390")Accessibility — WCAG contrast
Aa
#f38390 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38390 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green51.4%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta46.1%
Yellow40.7%
Key (black)4.7%
Color previews
#f38390 text on a black background
contrast 8.46:1
Card sample
#f38390 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38390;
Background color
Panel with #f38390 background
background-color: #f38390;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38390;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 131, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 131, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38390; background: linear-gradient(135deg, #f38390, #F3C183);