#ff707c
a light, electric red · warm · closest name: salmon
RGB
255, 112, 124
HSL
355°, 100%, 72%
CMYK
0, 56, 51, 0
Luminance
0.3430
Every format
| HEX | #ff707c |
| RGB | rgb(255, 112, 124) |
| HSL | hsl(355, 100%, 72%) |
| CMYK | cmyk(0%, 56%, 51%, 0%) |
| LAB | lab(65.2 55.4 20.9) |
| LCH | lch(65.2 59.2 20.6) |
| OKLCH | oklch(0.722 0.174 17.5) |
Copy-ready code
/* CSS */
color: #ff707c;
background-color: #ff707c;
/* Tailwind (arbitrary) */
class="text-[#ff707c] bg-[#ff707c]"
/* SCSS */
$brand: #ff707c;
/* SwiftUI */
Color(red: 1.000, green: 0.439, blue: 0.486)
/* Android */
Color.parseColor("#ff707c")Accessibility — WCAG contrast
Aa
#ff707c on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff707c on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green43.9%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta56.1%
Yellow51.4%
Key (black)0.0%
Color previews
#ff707c text on a black background
contrast 7.86:1
Card sample
#ff707c text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff707c;
Background color
Panel with #ff707c background
background-color: #ff707c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff707c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 112, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 112, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff707c; background: linear-gradient(135deg, #ff707c, #FFC370);