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