#f38899
a light, electric red · warm · closest name: salmon
RGB
243, 136, 153
HSL
351°, 82%, 74%
CMYK
0, 44, 37, 5
Luminance
0.3896
Every format
| HEX | #f38899 |
| RGB | rgb(243, 136, 153) |
| HSL | hsl(351, 82%, 74%) |
| CMYK | cmyk(0%, 44%, 37%, 5%) |
| LAB | lab(68.7 42.5 9.2) |
| LCH | lch(68.7 43.5 12.2) |
| OKLCH | oklch(0.747 0.131 10.6) |
Copy-ready code
/* CSS */
color: #f38899;
background-color: #f38899;
/* Tailwind (arbitrary) */
class="text-[#f38899] bg-[#f38899]"
/* SCSS */
$brand: #f38899;
/* SwiftUI */
Color(red: 0.953, green: 0.533, blue: 0.600)
/* Android */
Color.parseColor("#f38899")Accessibility — WCAG contrast
Aa
#f38899 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f38899 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green53.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow37.0%
Key (black)4.7%
Color previews
#f38899 text on a black background
contrast 8.79:1
Card sample
#f38899 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f38899;
Background color
Panel with #f38899 background
background-color: #f38899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f38899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 136, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 136, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f38899; background: linear-gradient(135deg, #f38899, #F3BE88);