#f3727e
a light, electric red · warm · closest name: salmon
RGB
243, 114, 126
HSL
354°, 84%, 70%
CMYK
0, 53, 48, 5
Luminance
0.3260
Every format
| HEX | #f3727e |
| RGB | rgb(243, 114, 126) |
| HSL | hsl(354, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 48%, 5%) |
| LAB | lab(63.8 50.6 17.6) |
| LCH | lch(63.8 53.5 19.2) |
| OKLCH | oklch(0.708 0.159 16.3) |
Copy-ready code
/* CSS */
color: #f3727e;
background-color: #f3727e;
/* Tailwind (arbitrary) */
class="text-[#f3727e] bg-[#f3727e]"
/* SCSS */
$brand: #f3727e;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.494)
/* Android */
Color.parseColor("#f3727e")Accessibility — WCAG contrast
Aa
#f3727e on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3727e on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow48.1%
Key (black)4.7%
Color previews
#f3727e text on a black background
contrast 7.52:1
Card sample
#f3727e text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3727e;
Background color
Panel with #f3727e background
background-color: #f3727e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3727e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3727e; background: linear-gradient(135deg, #f3727e, #F3BC72);