#ff7c77
a light, electric red · warm · closest name: salmon
RGB
255, 124, 119
HSL
2°, 100%, 73%
CMYK
0, 51, 53, 0
Luminance
0.3701
Every format
| HEX | #ff7c77 |
| RGB | rgb(255, 124, 119) |
| HSL | hsl(2, 100%, 73%) |
| CMYK | cmyk(0%, 51%, 53%, 0%) |
| LAB | lab(67.3 49.4 26.5) |
| LCH | lch(67.3 56.0 28.2) |
| OKLCH | oklch(0.737 0.161 24.0) |
Copy-ready code
/* CSS */
color: #ff7c77;
background-color: #ff7c77;
/* Tailwind (arbitrary) */
class="text-[#ff7c77] bg-[#ff7c77]"
/* SCSS */
$brand: #ff7c77;
/* SwiftUI */
Color(red: 1.000, green: 0.486, blue: 0.467)
/* Android */
Color.parseColor("#ff7c77")Accessibility — WCAG contrast
Aa
#ff7c77 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff7c77 on black: 8.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green48.6%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta51.4%
Yellow53.3%
Key (black)0.0%
Color previews
#ff7c77 text on a black background
contrast 8.40:1
Card sample
#ff7c77 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff7c77;
Background color
Panel with #ff7c77 background
background-color: #ff7c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff7c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 124, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 124, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff7c77; background: linear-gradient(135deg, #ff7c77, #FFD777);