#f3607d
a light, electric red · warm · closest name: salmon
RGB
243, 96, 125
HSL
348°, 86%, 67%
CMYK
0, 61, 49, 5
Luminance
0.2890
Every format
| HEX | #f3607d |
| RGB | rgb(243, 96, 125) |
| HSL | hsl(348, 86%, 67%) |
| CMYK | cmyk(0%, 61%, 49%, 5%) |
| LAB | lab(60.7 58.7 13.8) |
| LCH | lch(60.7 60.3 13.2) |
| OKLCH | oklch(0.684 0.181 11.3) |
Copy-ready code
/* CSS */
color: #f3607d;
background-color: #f3607d;
/* Tailwind (arbitrary) */
class="text-[#f3607d] bg-[#f3607d]"
/* SCSS */
$brand: #f3607d;
/* SwiftUI */
Color(red: 0.953, green: 0.376, blue: 0.490)
/* Android */
Color.parseColor("#f3607d")Accessibility — WCAG contrast
Aa
#f3607d on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f3607d on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green37.6%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow48.6%
Key (black)4.7%
Color previews
#f3607d text on a black background
contrast 6.78:1
Card sample
#f3607d text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3607d;
Background color
Panel with #f3607d background
background-color: #f3607d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3607d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 96, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 96, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3607d; background: linear-gradient(135deg, #f3607d, #F3A560);