#f3605d
a light, electric red · warm · closest name: salmon
RGB
243, 96, 93
HSL
1°, 86%, 66%
CMYK
0, 61, 62, 5
Luminance
0.2821
Every format
| HEX | #f3605d |
| RGB | rgb(243, 96, 93) |
| HSL | hsl(1, 86%, 66%) |
| CMYK | cmyk(0%, 61%, 62%, 5%) |
| LAB | lab(60.1 56.3 31.4) |
| LCH | lch(60.1 64.4 29.2) |
| OKLCH | oklch(0.677 0.182 24.4) |
Copy-ready code
/* CSS */
color: #f3605d;
background-color: #f3605d;
/* Tailwind (arbitrary) */
class="text-[#f3605d] bg-[#f3605d]"
/* SCSS */
$brand: #f3605d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.365)
/* Android */
Color.parseColor("#f3605d")Accessibility — WCAG contrast
Aa
#f3605d on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3605d on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow61.7%
Key (black)4.7%
Color previews
#f3605d text on a black background
contrast 6.64:1
Card sample
#f3605d text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3605d;
Background color
Panel with #f3605d background
background-color: #f3605d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3605d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3605d; background: linear-gradient(135deg, #f3605d, #F3C45D);