#f2707d
a light, electric red · warm · closest name: salmon
RGB
242, 112, 125
HSL
354°, 83%, 69%
CMYK
0, 54, 48, 5
Luminance
0.3195
Every format
| HEX | #f2707d |
| RGB | rgb(242, 112, 125) |
| HSL | hsl(354, 83%, 69%) |
| CMYK | cmyk(0%, 54%, 48%, 5%) |
| LAB | lab(63.3 51.1 17.4) |
| LCH | lch(63.3 54.0 18.8) |
| OKLCH | oklch(0.703 0.160 16.0) |
Copy-ready code
/* CSS */
color: #f2707d;
background-color: #f2707d;
/* Tailwind (arbitrary) */
class="text-[#f2707d] bg-[#f2707d]"
/* SCSS */
$brand: #f2707d;
/* SwiftUI */
Color(red: 0.949, green: 0.439, blue: 0.490)
/* Android */
Color.parseColor("#f2707d")Accessibility — WCAG contrast
Aa
#f2707d on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2707d on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green43.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta53.7%
Yellow48.3%
Key (black)5.1%
Color previews
#f2707d text on a black background
contrast 7.39:1
Card sample
#f2707d text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2707d;
Background color
Panel with #f2707d background
background-color: #f2707d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2707d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 112, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 112, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2707d; background: linear-gradient(135deg, #f2707d, #F2BA70);