#f3606d
a light, electric red · warm · closest name: salmon
RGB
243, 96, 109
HSL
355°, 86%, 67%
CMYK
0, 61, 55, 5
Luminance
0.2852
Every format
| HEX | #f3606d |
| RGB | rgb(243, 96, 109) |
| HSL | hsl(355, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 55%, 5%) |
| LAB | lab(60.4 57.4 22.6) |
| LCH | lch(60.4 61.6 21.5) |
| OKLCH | oklch(0.680 0.180 18.1) |
Copy-ready code
/* CSS */
color: #f3606d;
background-color: #f3606d;
/* Tailwind (arbitrary) */
class="text-[#f3606d] bg-[#f3606d]"
/* SCSS */
$brand: #f3606d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.427)
/* Android */
Color.parseColor("#f3606d")Accessibility — WCAG contrast
Aa
#f3606d on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3606d on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow55.1%
Key (black)4.7%
Color previews
#f3606d text on a black background
contrast 6.70:1
Card sample
#f3606d text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3606d;
Background color
Panel with #f3606d background
background-color: #f3606d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3606d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3606d; background: linear-gradient(135deg, #f3606d, #F3B560);