#f39191
a light, electric red · warm · closest name: salmon
RGB
243, 145, 145
HSL
0°, 80%, 76%
CMYK
0, 40, 40, 5
Luminance
0.4135
Every format
| HEX | #f39191 |
| RGB | rgb(243, 145, 145) |
| HSL | hsl(0, 80%, 76%) |
| CMYK | cmyk(0%, 40%, 40%, 5%) |
| LAB | lab(70.4 37.0 16.0) |
| LCH | lch(70.4 40.3 23.4) |
| OKLCH | oklch(0.759 0.119 20.2) |
Copy-ready code
/* CSS */
color: #f39191;
background-color: #f39191;
/* Tailwind (arbitrary) */
class="text-[#f39191] bg-[#f39191]"
/* SCSS */
$brand: #f39191;
/* SwiftUI */
Color(red: 0.953, green: 0.569, blue: 0.569)
/* Android */
Color.parseColor("#f39191")Accessibility — WCAG contrast
Aa
#f39191 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f39191 on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green56.9%
Blue56.9%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow40.3%
Key (black)4.7%
Color previews
#f39191 text on a black background
contrast 9.27:1
Card sample
#f39191 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f39191;
Background color
Panel with #f39191 background
background-color: #f39191;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f39191;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 145, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 145, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f39191; background: linear-gradient(135deg, #f39191, #F3D291);