#f2738c
a light, electric red · warm · closest name: salmon
RGB
242, 115, 140
HSL
348°, 83%, 70%
CMYK
0, 53, 42, 5
Luminance
0.3303
Every format
| HEX | #f2738c |
| RGB | rgb(242, 115, 140) |
| HSL | hsl(348, 83%, 70%) |
| CMYK | cmyk(0%, 53%, 42%, 5%) |
| LAB | lab(64.2 51.1 10.1) |
| LCH | lch(64.2 52.1 11.1) |
| OKLCH | oklch(0.711 0.157 9.6) |
Copy-ready code
/* CSS */
color: #f2738c;
background-color: #f2738c;
/* Tailwind (arbitrary) */
class="text-[#f2738c] bg-[#f2738c]"
/* SCSS */
$brand: #f2738c;
/* SwiftUI */
Color(red: 0.949, green: 0.451, blue: 0.549)
/* Android */
Color.parseColor("#f2738c")Accessibility — WCAG contrast
Aa
#f2738c on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2738c on black: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green45.1%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow42.1%
Key (black)5.1%
Color previews
#f2738c text on a black background
contrast 7.61:1
Card sample
#f2738c text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2738c;
Background color
Panel with #f2738c background
background-color: #f2738c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2738c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 115, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 115, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2738c; background: linear-gradient(135deg, #f2738c, #F2AF73);